Uses of Interface
org.tribuo.math.neighbour.NeighboursQuery
Packages that use NeighboursQuery
Package
Description
Provides nearest neighbour query functionality.
Provides a brute-force nearest neighbour query implementation.
Provides a k-d tree nearest neighbour query implementation.
-
Uses of NeighboursQuery in org.tribuo.math.neighbour
Methods in org.tribuo.math.neighbour that return NeighboursQueryModifier and TypeMethodDescriptionNeighboursQueryFactory.createNeighboursQuery
(SGDVector[] data) Constructs a nearest neighbour query object using the supplied array ofSGDVector
. -
Uses of NeighboursQuery in org.tribuo.math.neighbour.bruteforce
Classes in org.tribuo.math.neighbour.bruteforce that implement NeighboursQueryModifier and TypeClassDescriptionfinal class
A brute-force nearest neighbour query implementation. -
Uses of NeighboursQuery in org.tribuo.math.neighbour.kdtree
Classes in org.tribuo.math.neighbour.kdtree that implement NeighboursQueryModifier and TypeClassDescriptionfinal class
A k-d tree nearest neighbour query implementation.