Uses of Interface
org.tribuo.math.neighbour.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
Modifier 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
Modifier and TypeClassDescriptionfinal class
A brute-force nearest neighbour query implementation. -
Uses of NeighboursQuery in org.tribuo.math.neighbour.kdtree
Modifier and TypeClassDescriptionfinal class
A k-d tree nearest neighbour query implementation.