Uses of Class
org.tinspin.index.Index.PointEntryKnn
-
-
Uses of Index.PointEntryKnn in org.tinspin.index
Methods in org.tinspin.index that return Index.PointEntryKnn Modifier and Type Method Description default Index.PointEntryKnn<T>PointMap. query1nn(double[] center)Finds the nearest neighbor.default Index.PointEntryKnn<T>PointMultimap. query1nn(double[] center)Finds the nearest neighbor.Methods in org.tinspin.index with parameters of type Index.PointEntryKnn Modifier and Type Method Description intIndex.PEComparator. compare(Index.PointEntryKnn<?> o1, Index.PointEntryKnn<?> o2) -
Uses of Index.PointEntryKnn in org.tinspin.index.array
Methods in org.tinspin.index.array that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>PointArray. query1nn(double[] center) -
Uses of Index.PointEntryKnn in org.tinspin.index.covertree
Methods in org.tinspin.index.covertree that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>CoverTreeQueryKnn. next()Index.PointEntryKnn<T>CoverTree. query1nn(double[] center) -
Uses of Index.PointEntryKnn in org.tinspin.index.kdtree
Methods in org.tinspin.index.kdtree that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>KDIteratorKnn. next()Index.PointEntryKnn<T>KDTree. query1nn(double[] center) -
Uses of Index.PointEntryKnn in org.tinspin.index.qthypercube
Methods in org.tinspin.index.qthypercube that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>QIteratorKnn. next()Index.PointEntryKnn<T>QuadTreeKD. query1nn(double[] center) -
Uses of Index.PointEntryKnn in org.tinspin.index.qthypercube2
Methods in org.tinspin.index.qthypercube2 that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>QIteratorKnn. next()Index.PointEntryKnn<T>QuadTreeKD2. query1nn(double[] center) -
Uses of Index.PointEntryKnn in org.tinspin.index.qtplain
Methods in org.tinspin.index.qtplain that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>QIteratorKnn. next()Index.PointEntryKnn<T>QuadTreeKD0. query1nn(double[] center) -
Uses of Index.PointEntryKnn in org.tinspin.index.util
Methods in org.tinspin.index.util that return Index.PointEntryKnn Modifier and Type Method Description Index.PointEntryKnn<T>PointMapWrapper. query1nn(double[] center)Index.PointEntryKnn<T>PointMultimapWrapper. query1nn(double[] center)
-