Uses of Interface
org.tinspin.index.BoxDistance
-
Packages that use BoxDistance Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree -
-
Uses of BoxDistance in org.tinspin.index
Classes in org.tinspin.index that implement BoxDistance Modifier and Type Class Description static classBoxDistance.FarthestNeighborSpecial wrapper class which takes the inverse or the given function.static classBoxDistance.RectangleDistThis class calculates the distance to a rectangular shaped object.Fields in org.tinspin.index declared as BoxDistance Modifier and Type Field Description static BoxDistanceBoxDistance. CENTERstatic BoxDistanceBoxDistance. EDGEMethods in org.tinspin.index with parameters of type BoxDistance Modifier and Type Method Description Index.BoxIteratorKnn<T>BoxMultimap. queryKnn(double[] center, int k, BoxDistance distFn)Finds the nearest neighbor.Constructors in org.tinspin.index with parameters of type BoxDistance Constructor Description FarthestNeighbor(BoxDistance dist) -
Uses of BoxDistance in org.tinspin.index.array
Methods in org.tinspin.index.array with parameters of type BoxDistance Modifier and Type Method Description Index.BoxIteratorKnn<T>RectArray. queryKnn(double[] center, int k, BoxDistance distFn) -
Uses of BoxDistance in org.tinspin.index.qthypercube
Methods in org.tinspin.index.qthypercube with parameters of type BoxDistance Modifier and Type Method Description Index.BoxIteratorKnn<T>QuadTreeRKD. queryKnn(double[] center, int k, BoxDistance distFn) -
Uses of BoxDistance in org.tinspin.index.qtplain
Methods in org.tinspin.index.qtplain with parameters of type BoxDistance Modifier and Type Method Description Index.BoxIteratorKnn<T>QuadTreeRKD0. queryKnn(double[] center, int k, BoxDistance distFn) -
Uses of BoxDistance in org.tinspin.index.rtree
Methods in org.tinspin.index.rtree with parameters of type BoxDistance Modifier and Type Method Description RTreeQueryKnn<T>RTree. queryKnn(double[] center, int k, BoxDistance dist)Iterable<Index.BoxEntryKnn<T>>RTree. queryRangedNearestNeighbor(double[] center, BoxDistance dist, BoxDistance closestDist, double[] minBound, double[] maxBound)Iterable<Index.BoxEntryKnn<T>>RTree. queryRangedNearestNeighbor(double[] center, BoxDistance dist, BoxDistance closestDist, Filter filter)This method returns an Iterable which returns the nodes by a combined range and nearest number search.Index.BoxEntryKnn<T>RTreeQuery1nn. reset(double[] center, BoxDistance dist)
-