Uses of Class
org.tribuo.math.neighbour.bruteforce.NeighboursBruteForce
Package
Description
Provides a brute-force nearest neighbour query implementation.
-
Uses of NeighboursBruteForce in org.tribuo.math.neighbour.bruteforce
Modifier and TypeMethodDescriptionNeighboursBruteForceFactory.createNeighboursQuery
(SGDVector[] data) Constructs a brute-force nearest neighbor query object using the supplied array ofSGDVector
.