Uses of Interface
org.tinspin.index.RectangleEntryDist
-
Packages that use RectangleEntryDist 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 RectangleEntryDist in org.tinspin.index
Methods in org.tinspin.index that return RectangleEntryDist Modifier and Type Method Description default RectangleEntryDist<T>RectangleIndex. query1NN(double[] center)Finds the nearest neighbor.default RectangleEntryDist<T>RectangleIndexMM. query1NN(double[] center)Finds the nearest neighbor.Methods in org.tinspin.index that return types with arguments of type RectangleEntryDist Modifier and Type Method Description 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. -
Uses of RectangleEntryDist in org.tinspin.index.array
Methods in org.tinspin.index.array that return RectangleEntryDist Modifier and Type Method Description RectangleEntryDist<T>RectArray. query1NN(double[] center)Methods in org.tinspin.index.array that return types with arguments of type RectangleEntryDist Modifier and Type Method Description QueryIteratorKNN<RectangleEntryDist<T>>RectArray. queryKNN(double[] center, int k)QueryIteratorKNN<RectangleEntryDist<T>>RectArray. queryKNN(double[] center, int k, RectangleDistanceFunction distFn) -
Uses of RectangleEntryDist in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement RectangleEntryDist Modifier and Type Class Description classDistEntryR<T>Methods in org.tinspin.index.phtree that return types with arguments of type RectangleEntryDist Modifier and Type Method Description QueryIteratorKNN<RectangleEntryDist<T>>PHTreeR. queryKNN(double[] center, int k) -
Uses of RectangleEntryDist in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement RectangleEntryDist Modifier and Type Class Description classQREntryDist<T>Methods in org.tinspin.index.qthypercube that return RectangleEntryDist Modifier and Type Method Description RectangleEntryDist<T>QRIteratorKnn. next()RectangleEntryDist<T>QuadTreeRKD. query1NN(double[] center)Methods in org.tinspin.index.qthypercube that return types with arguments of type RectangleEntryDist Modifier and Type Method Description QueryIteratorKNN<RectangleEntryDist<T>>QuadTreeRKD. queryKNN(double[] center, int k)QueryIteratorKNN<RectangleEntryDist<T>>QuadTreeRKD. queryKNN(double[] center, int k, RectangleDistanceFunction distFn)QueryIteratorKNN<RectangleEntryDist<T>>QRIteratorKnn. reset(double[] center, int minResults) -
Uses of RectangleEntryDist in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement RectangleEntryDist Modifier and Type Class Description classQREntryDist<T>Methods in org.tinspin.index.qtplain that return RectangleEntryDist Modifier and Type Method Description RectangleEntryDist<T>QRIteratorKnn. next()RectangleEntryDist<T>QuadTreeRKD0. query1NN(double[] center)Methods in org.tinspin.index.qtplain that return types with arguments of type RectangleEntryDist Modifier and Type Method Description QueryIteratorKNN<RectangleEntryDist<T>>QuadTreeRKD0. queryKNN(double[] center, int k, RectangleDistanceFunction distFn)QueryIteratorKNN<RectangleEntryDist<T>>QRIteratorKnn. reset(double[] center, int minResults) -
Uses of RectangleEntryDist in org.tinspin.index.rtree
Classes in org.tinspin.index.rtree that implement RectangleEntryDist Modifier and Type Class Description classDistEntry<T>Methods in org.tinspin.index.rtree that return RectangleEntryDist Modifier and Type Method Description RectangleEntryDist<T>RTree. query1NN(double[] center)Methods in org.tinspin.index.rtree that return types with arguments of type RectangleEntryDist Modifier and Type Method Description Iterable<RectangleEntryDist<T>>RTree. queryRangedNearestNeighbor(double[] center, RectangleDistanceFunction dist, RectangleDistanceFunction closestDist, double[] minBound, double[] maxBound)Iterable<RectangleEntryDist<T>>RTree. queryRangedNearestNeighbor(double[] center, RectangleDistanceFunction dist, RectangleDistanceFunction closestDist, Filter filter)This method returns an Iterable which returns the nodes by a combined range and nearest number search.QueryIteratorKNN<RectangleEntryDist<T>>RTreeQueryKnn2. reset(double[] center, int minResults)
-