Uses of Class
org.tinspin.index.Index.BoxEntryKnn
-
Packages that use Index.BoxEntryKnn Package Description org.tinspin.index org.tinspin.index.array org.tinspin.index.qthypercube org.tinspin.index.qtplain org.tinspin.index.rtree -
-
Uses of Index.BoxEntryKnn in org.tinspin.index
Methods in org.tinspin.index that return Index.BoxEntryKnn Modifier and Type Method Description default Index.BoxEntryKnn<T>BoxMap. query1nn(double[] center)Finds the nearest neighbor.default Index.BoxEntryKnn<T>BoxMultimap. query1nn(double[] center)Finds the nearest neighbor.Methods in org.tinspin.index with parameters of type Index.BoxEntryKnn Modifier and Type Method Description intIndex.BEComparator. compare(Index.BoxEntryKnn<?> o1, Index.BoxEntryKnn<?> o2) -
Uses of Index.BoxEntryKnn in org.tinspin.index.array
Methods in org.tinspin.index.array that return Index.BoxEntryKnn Modifier and Type Method Description Index.BoxEntryKnn<T>RectArray. query1nn(double[] center) -
Uses of Index.BoxEntryKnn in org.tinspin.index.qthypercube
Methods in org.tinspin.index.qthypercube that return Index.BoxEntryKnn Modifier and Type Method Description Index.BoxEntryKnn<T>QRIteratorKnn. next()Index.BoxEntryKnn<T>QuadTreeRKD. query1nn(double[] center) -
Uses of Index.BoxEntryKnn in org.tinspin.index.qtplain
Methods in org.tinspin.index.qtplain that return Index.BoxEntryKnn Modifier and Type Method Description Index.BoxEntryKnn<T>QRIteratorKnn. next()Index.BoxEntryKnn<T>QuadTreeRKD0. query1nn(double[] center) -
Uses of Index.BoxEntryKnn in org.tinspin.index.rtree
Methods in org.tinspin.index.rtree that return Index.BoxEntryKnn Modifier and Type Method Description Index.BoxEntryKnn<T>RTreeQueryKnn. next()Index.BoxEntryKnn<T>RTree. query1nn(double[] center)Index.BoxEntryKnn<T>RTreeQuery1nn. reset(double[] center, BoxDistance dist)Methods in org.tinspin.index.rtree that return types with arguments of type Index.BoxEntryKnn Modifier and Type Method Description 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.
-