Uses of Interface
org.tinspin.index.QueryIteratorKNN
-
-
Uses of QueryIteratorKNN in org.tinspin.index
Methods in org.tinspin.index that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>PointIndex. queryKNN(double[] center, int k)Finds the nearest neighbor.default QueryIteratorKNN<PointEntryDist<T>>PointIndexMM. queryKNN(double[] center, int k)Finds the nearest neighbor.QueryIteratorKNN<PointEntryDist<T>>PointIndexMM. queryKNN(double[] center, int k, PointDistanceFunction distFn)Finds the nearest neighbor.QueryIteratorKNN<PointEntryDist<T>>PointIndexMMWrapper. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>PointIndexMMWrapper. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>PointIndexWrapper. queryKNN(double[] center, int k)QueryIteratorKNN<RectangleEntryDist<T>>RectangleIndex. queryKNN(double[] center, int k)Finds the nearest neighbor.QueryIteratorKNN<RectangleEntryDist<T>>RectangleIndexMM. queryKNN(double[] center, int k)Finds the nearest neighbor.QueryIteratorKNN<RectangleEntryDist<T>>RectangleIndexMM. queryKNN(double[] center, int k, RectangleDistanceFunction distFn)Finds the nearest neighbor.QueryIteratorKNN<T>QueryIteratorKNN. reset(double[] center, int k) -
Uses of QueryIteratorKNN in org.tinspin.index.array
Methods in org.tinspin.index.array that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>PointArray. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<RectangleEntryDist<T>>RectArray. queryKNN(double[] center, int k)QueryIteratorKNN<RectangleEntryDist<T>>RectArray. queryKNN(double[] center, int k, RectangleDistanceFunction distFn) -
Uses of QueryIteratorKNN in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement QueryIteratorKNN Modifier and Type Class Description classCoverTreeQueryKnn<T>kNN search.Methods in org.tinspin.index.covertree that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>CoverTree. queryKNN(double[] center, int k) -
Uses of QueryIteratorKNN in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement QueryIteratorKNN Modifier and Type Class Description classKDIteratorKnn<T>Methods in org.tinspin.index.kdtree that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>KDTree. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>KDTree. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>KDIteratorKnn. reset(double[] center, int minResults) -
Uses of QueryIteratorKNN in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>PHTreeMMP. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>PHTreeMMP. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>PHTreeP. queryKNN(double[] center, int k)QueryIteratorKNN<RectangleEntryDist<T>>PHTreeR. queryKNN(double[] center, int k) -
Uses of QueryIteratorKNN in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement QueryIteratorKNN Modifier and Type Class Description classQIteratorKnn<T>classQRIteratorKnn<T>Methods in org.tinspin.index.qthypercube that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD. queryKNN(double[] center, int k, PointDistanceFunction dist)QueryIteratorKNN<RectangleEntryDist<T>>QuadTreeRKD. queryKNN(double[] center, int k)QueryIteratorKNN<RectangleEntryDist<T>>QuadTreeRKD. queryKNN(double[] center, int k, RectangleDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>QIteratorKnn. reset(double[] center, int minResults)QueryIteratorKNN<RectangleEntryDist<T>>QRIteratorKnn. reset(double[] center, int minResults) -
Uses of QueryIteratorKNN in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement QueryIteratorKNN Modifier and Type Class Description classQIteratorKnn<T>Methods in org.tinspin.index.qthypercube2 that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD2. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD2. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>QIteratorKnn. reset(double[] center, int minResults) -
Uses of QueryIteratorKNN in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement QueryIteratorKNN Modifier and Type Class Description classQIteratorKnn<T>classQRIteratorKnn<T>Methods in org.tinspin.index.qtplain that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD0. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD0. queryKNN(double[] center, int k, PointDistanceFunction dist)QueryIteratorKNN<RectangleEntryDist<T>>QuadTreeRKD0. queryKNN(double[] center, int k, RectangleDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>QIteratorKnn. reset(double[] center, int minResults)QueryIteratorKNN<RectangleEntryDist<T>>QRIteratorKnn. reset(double[] center, int minResults) -
Uses of QueryIteratorKNN in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement QueryIteratorKNN Modifier and Type Class Description classRTreeQueryKnn<T>kNN search with EDGE distance and presorting of entries.classRTreeQueryKnn2<T>Methods in org.tinspin.index.rtree that return QueryIteratorKNN Modifier and Type Method Description QueryIteratorKNN<RectangleEntryDist<T>>RTreeQueryKnn2. reset(double[] center, int minResults)
-