Uses of Interface
org.tinspin.index.PointEntryDist
-
-
Uses of PointEntryDist in org.tinspin.index
Methods in org.tinspin.index that return PointEntryDist Modifier and Type Method Description default PointEntryDist<T>PointIndex. query1NN(double[] center)Finds the nearest neighbor.default PointEntryDist<T>PointIndexMM. query1NN(double[] center)Finds the nearest neighbor.PointEntryDist<T>PointIndexMMWrapper. query1NN(double[] center)PointEntryDist<T>PointIndexWrapper. query1NN(double[] center)Methods in org.tinspin.index that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>PointIndex. queryKNN(double[] center, int k)Finds the nearest neighbor.default QueryIteratorKNN<PointEntryDist<T>>PointIndexMM. queryKNN(double[] center, int k)Finds the nearest neighbor.QueryIteratorKNN<PointEntryDist<T>>PointIndexMM. queryKNN(double[] center, int k, PointDistanceFunction distFn)Finds the nearest neighbor.QueryIteratorKNN<PointEntryDist<T>>PointIndexMMWrapper. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>PointIndexMMWrapper. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>PointIndexWrapper. queryKNN(double[] center, int k) -
Uses of PointEntryDist in org.tinspin.index.array
Methods in org.tinspin.index.array that return PointEntryDist Modifier and Type Method Description PointEntryDist<T>PointArray. query1NN(double[] center)Methods in org.tinspin.index.array that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>PointArray. queryKNN(double[] center, int k, PointDistanceFunction distFn) -
Uses of PointEntryDist in org.tinspin.index.covertree
Classes in org.tinspin.index.covertree that implement PointEntryDist Modifier and Type Class Description classPointDist<T>Methods in org.tinspin.index.covertree that return PointEntryDist Modifier and Type Method Description PointEntryDist<T>CoverTree. query1NN(double[] center)Methods in org.tinspin.index.covertree that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>CoverTree. queryKNN(double[] center, int k) -
Uses of PointEntryDist in org.tinspin.index.kdtree
Classes in org.tinspin.index.kdtree that implement PointEntryDist Modifier and Type Class Description classKDEntryDist<T>Methods in org.tinspin.index.kdtree that return PointEntryDist Modifier and Type Method Description PointEntryDist<T>KDIteratorKnn. next()PointEntryDist<T>KDTree. query1NN(double[] center)Methods in org.tinspin.index.kdtree that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>KDTree. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>KDTree. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>KDIteratorKnn. reset(double[] center, int minResults) -
Uses of PointEntryDist in org.tinspin.index.phtree
Classes in org.tinspin.index.phtree that implement PointEntryDist Modifier and Type Class Description classDistEntryP<T>Methods in org.tinspin.index.phtree that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>PHTreeMMP. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>PHTreeMMP. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>PHTreeP. queryKNN(double[] center, int k) -
Uses of PointEntryDist in org.tinspin.index.qthypercube
Classes in org.tinspin.index.qthypercube that implement PointEntryDist Modifier and Type Class Description classQEntryDist<T>Methods in org.tinspin.index.qthypercube that return PointEntryDist Modifier and Type Method Description PointEntryDist<T>QIteratorKnn. next()PointEntryDist<T>QuadTreeKD. query1NN(double[] center)Methods in org.tinspin.index.qthypercube that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD. queryKNN(double[] center, int k, PointDistanceFunction dist)QueryIteratorKNN<PointEntryDist<T>>QIteratorKnn. reset(double[] center, int minResults) -
Uses of PointEntryDist in org.tinspin.index.qthypercube2
Classes in org.tinspin.index.qthypercube2 that implement PointEntryDist Modifier and Type Class Description classQEntryDist<T>Methods in org.tinspin.index.qthypercube2 that return PointEntryDist Modifier and Type Method Description PointEntryDist<T>QIteratorKnn. next()PointEntryDist<T>QuadTreeKD2. query1NN(double[] center)Methods in org.tinspin.index.qthypercube2 that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD2. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD2. queryKNN(double[] center, int k, PointDistanceFunction distFn)QueryIteratorKNN<PointEntryDist<T>>QIteratorKnn. reset(double[] center, int minResults) -
Uses of PointEntryDist in org.tinspin.index.qtplain
Classes in org.tinspin.index.qtplain that implement PointEntryDist Modifier and Type Class Description classQEntryDist<T>Methods in org.tinspin.index.qtplain that return PointEntryDist Modifier and Type Method Description PointEntryDist<T>QIteratorKnn. next()PointEntryDist<T>QuadTreeKD0. query1NN(double[] center)Methods in org.tinspin.index.qtplain that return types with arguments of type PointEntryDist Modifier and Type Method Description QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD0. queryKNN(double[] center, int k)QueryIteratorKNN<PointEntryDist<T>>QuadTreeKD0. queryKNN(double[] center, int k, PointDistanceFunction dist)QueryIteratorKNN<PointEntryDist<T>>QIteratorKnn. reset(double[] center, int minResults)
-