Uses of Interface
org.tinspin.index.PointDistance
-
-
Uses of PointDistance in org.tinspin.index
Fields in org.tinspin.index declared as PointDistance Modifier and Type Field Description static PointDistancePointDistance. L1L1/Manhattan/taxi distance.static PointDistancePointDistance. L2L2/Euclidean distance.Methods in org.tinspin.index with parameters of type PointDistance Modifier and Type Method Description static StringPointDistance. getName(PointDistance fn)Index.PointIteratorKnn<T>PointMultimap. queryKnn(double[] center, int k, PointDistance distFn)Finds the nearest neighbor.Constructors in org.tinspin.index with parameters of type PointDistance Constructor Description EdgeDistance(PointDistance distFn) -
Uses of PointDistance in org.tinspin.index.array
Methods in org.tinspin.index.array with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>PointArray. queryKnn(double[] center, int k, PointDistance distFn) -
Uses of PointDistance in org.tinspin.index.covertree
Methods in org.tinspin.index.covertree with parameters of type PointDistance Modifier and Type Method Description static <T> CoverTree<T>CoverTree. create(int nDims, double base, PointDistance dist)static <T> CoverTree<T>CoverTree. create(Index.PointEntry<T>[] data, double base, PointDistance distFn)voidCoverTreeQueryKnn. reset(double[] center, int k, PointDistance dist)Constructors in org.tinspin.index.covertree with parameters of type PointDistance Constructor Description CoverTreeQueryKnn(CoverTree<T> tree, double[] center, int k, PointDistance dist) -
Uses of PointDistance in org.tinspin.index.kdtree
Methods in org.tinspin.index.kdtree with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>KDTree. queryKnn(double[] center, int k, PointDistance distFn) -
Uses of PointDistance in org.tinspin.index.phtree
Methods in org.tinspin.index.phtree with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>PHTreeMMP. queryKnn(double[] center, int k, PointDistance distFn) -
Uses of PointDistance in org.tinspin.index.qthypercube
Methods in org.tinspin.index.qthypercube with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>QuadTreeKD. queryKnn(double[] center, int k, PointDistance dist) -
Uses of PointDistance in org.tinspin.index.qthypercube2
Methods in org.tinspin.index.qthypercube2 with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>QuadTreeKD2. queryKnn(double[] center, int k, PointDistance distFn) -
Uses of PointDistance in org.tinspin.index.qtplain
Methods in org.tinspin.index.qtplain with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>QuadTreeKD0. queryKnn(double[] center, int k, PointDistance dist) -
Uses of PointDistance in org.tinspin.index.util
Methods in org.tinspin.index.util with parameters of type PointDistance Modifier and Type Method Description Index.PointIteratorKnn<T>PointMultimapWrapper. queryKnn(double[] center, int k, PointDistance distFn)
-