Uses of Interface
org.tinspin.index.Index.BoxIteratorKnn
-
Packages that use Index.BoxIteratorKnn Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.phtree org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree -
-
Uses of Index.BoxIteratorKnn in org.tinspin.index
Methods in org.tinspin.index that return Index.BoxIteratorKnn Modifier and Type Method Description Index.BoxIteratorKnn<T>BoxMap. queryKnn(double[] center, int k)Finds the nearest neighbor.Index.BoxIteratorKnn<T>BoxMultimap. queryKnn(double[] center, int k)Finds the nearest neighbor.Index.BoxIteratorKnn<T>BoxMultimap. queryKnn(double[] center, int k, BoxDistance distFn)Finds the nearest neighbor. -
Uses of Index.BoxIteratorKnn in org.tinspin.index.array
Methods in org.tinspin.index.array that return Index.BoxIteratorKnn Modifier and Type Method Description Index.BoxIteratorKnn<T>RectArray. queryKnn(double[] center, int k)Index.BoxIteratorKnn<T>RectArray. queryKnn(double[] center, int k, BoxDistance distFn) -
Uses of Index.BoxIteratorKnn in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree that return Index.BoxIteratorKnn Modifier and Type Method Description Index.BoxIteratorKnn<T>PHTreeR. queryKnn(double[] center, int k) -
Uses of Index.BoxIteratorKnn in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement Index.BoxIteratorKnn Modifier and Type Class Description classQRIteratorKnn<T>Methods in org.tinspin.index.qthypercube that return Index.BoxIteratorKnn Modifier and Type Method Description Index.BoxIteratorKnn<T>QuadTreeRKD. queryKnn(double[] center, int k)Index.BoxIteratorKnn<T>QuadTreeRKD. queryKnn(double[] center, int k, BoxDistance distFn)Index.BoxIteratorKnn<T>QRIteratorKnn. reset(double[] center, int minResults) -
Uses of Index.BoxIteratorKnn in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement Index.BoxIteratorKnn Modifier and Type Class Description classQRIteratorKnn<T>Methods in org.tinspin.index.qtplain that return Index.BoxIteratorKnn Modifier and Type Method Description Index.BoxIteratorKnn<T>QuadTreeRKD0. queryKnn(double[] center, int k, BoxDistance distFn)Index.BoxIteratorKnn<T>QRIteratorKnn. reset(double[] center, int minResults) -
Uses of Index.BoxIteratorKnn in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement Index.BoxIteratorKnn Modifier and Type Class Description classRTreeQueryKnn<T>Methods in org.tinspin.index.rtree that return Index.BoxIteratorKnn Modifier and Type Method Description Index.BoxIteratorKnn<T>RTreeQueryKnn. reset(double[] center, int minResults)
-