Uses of Class
org.tinspin.index.qthypercube2.QEntryDist
-
Packages that use QEntryDist Package Description org.tinspin.index.qthypercube2 -
-
Uses of QEntryDist in org.tinspin.index.qthypercube2
Methods in org.tinspin.index.qthypercube2 that return types with arguments of type QEntryDist Modifier and Type Method Description List<QEntryDist<T>>QuadTreeKD2. knnQuery(double[] center, int k)Deprecated.List<QEntryDist<T>>QuadTreeKD2. knnQuery(double[] center, int k, PointDistanceFunction distFn)Deprecated.
-