Uses of Interface
org.tinspin.index.Index.PointIteratorKnn
-
-
Uses of Index.PointIteratorKnn in org.tinspin.index
Methods in org.tinspin.index that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>PointMap. queryKnn(double[] center, int k)Finds the nearest neighbor.default Index.PointIteratorKnn<T>PointMultimap. queryKnn(double[] center, int k)Finds the nearest neighbor.Index.PointIteratorKnn<T>PointMultimap. queryKnn(double[] center, int k, PointDistance distFn)Finds the nearest neighbor. -
Uses of Index.PointIteratorKnn in org.tinspin.index.array
Methods in org.tinspin.index.array that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>PointArray. queryKnn(double[] center, int k, PointDistance distFn) -
Uses of Index.PointIteratorKnn in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement Index.PointIteratorKnn Modifier and Type Class Description classCoverTreeQueryKnn<T>kNN search.Methods in org.tinspin.index.covertree that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>CoverTree. queryKnn(double[] center, int k) -
Uses of Index.PointIteratorKnn in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement Index.PointIteratorKnn Modifier and Type Class Description classKDIteratorKnn<T>Methods in org.tinspin.index.kdtree that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>KDTree. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>KDTree. queryKnn(double[] center, int k, PointDistance distFn)Index.PointIteratorKnn<T>KDIteratorKnn. reset(double[] center, int minResults) -
Uses of Index.PointIteratorKnn in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>PHTreeMMP. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>PHTreeMMP. queryKnn(double[] center, int k, PointDistance distFn)Index.PointIteratorKnn<T>PHTreeP. queryKnn(double[] center, int k) -
Uses of Index.PointIteratorKnn in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index.PointIteratorKnn Modifier and Type Class Description classQIteratorKnn<T>Methods in org.tinspin.index.qthypercube that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>QuadTreeKD. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>QuadTreeKD. queryKnn(double[] center, int k, PointDistance dist)Index.PointIteratorKnn<T>QIteratorKnn. reset(double[] center, int minResults) -
Uses of Index.PointIteratorKnn in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement Index.PointIteratorKnn Modifier and Type Class Description classQIteratorKnn<T>Methods in org.tinspin.index.qthypercube2 that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>QuadTreeKD2. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>QuadTreeKD2. queryKnn(double[] center, int k, PointDistance distFn)Index.PointIteratorKnn<T>QIteratorKnn. reset(double[] center, int minResults) -
Uses of Index.PointIteratorKnn in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index.PointIteratorKnn Modifier and Type Class Description classQIteratorKnn<T>Methods in org.tinspin.index.qtplain that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>QuadTreeKD0. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>QuadTreeKD0. queryKnn(double[] center, int k, PointDistance dist)Index.PointIteratorKnn<T>QIteratorKnn. reset(double[] center, int minResults) -
Uses of Index.PointIteratorKnn in org.tinspin.index.util
Methods in org.tinspin.index.util that return Index.PointIteratorKnn Modifier and Type Method Description Index.PointIteratorKnn<T>PointMapWrapper. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>PointMultimapWrapper. queryKnn(double[] center, int k)Index.PointIteratorKnn<T>PointMultimapWrapper. queryKnn(double[] center, int k, PointDistance distFn)
-