Uses of Class
org.tribuo.math.neighbour.kdtree.KDTree
Package
Description
Provides a k-d tree nearest neighbour query implementation.
-
Uses of KDTree in org.tribuo.math.neighbour.kdtree
Modifier and TypeMethodDescriptionKDTreeFactory.createNeighboursQuery
(SGDVector[] data) Constructs a k-d tree nearest neighbor query object using the supplied array ofSGDVector
.