Uses of Class
org.tinspin.index.Index.PointEntry
-
-
Uses of Index.PointEntry in org.tinspin.index
Subclasses of Index.PointEntry in org.tinspin.index Modifier and Type Class Description static classIndex.PointEntryKnn<T>Methods in org.tinspin.index with parameters of type Index.PointEntry Modifier and Type Method Description default doublePointDistance. dist(double[] p1, Index.PointEntry<?> entry)voidIndex.PointEntryKnn. set(Index.PointEntry<T> entry, double dist)booleanIndex.PointFilterKnn. test(Index.PointEntry<T> entry, double distance)Method parameters in org.tinspin.index with type arguments of type Index.PointEntry Modifier and Type Method Description booleanPointMultimap. removeIf(double[] point, Predicate<Index.PointEntry<T>> condition)Remove *one* entry with the given condition.Constructors in org.tinspin.index with parameters of type Index.PointEntry Constructor Description PointEntryKnn(Index.PointEntry<T> entry, double dist) -
Uses of Index.PointEntry in org.tinspin.index.array
Method parameters in org.tinspin.index.array with type arguments of type Index.PointEntry Modifier and Type Method Description booleanPointArray. removeIf(double[] point, Predicate<Index.PointEntry<T>> condition) -
Uses of Index.PointEntry in org.tinspin.index.covertree
Methods in org.tinspin.index.covertree that return Index.PointEntry Modifier and Type Method Description static <T> Index.PointEntry<T>CoverTree. create(double[] point, T value)Methods in org.tinspin.index.covertree with parameters of type Index.PointEntry Modifier and Type Method Description static <T> CoverTree<T>CoverTree. create(Index.PointEntry<T>[] data, double base, PointDistance distFn) -
Uses of Index.PointEntry in org.tinspin.index.kdtree
Subclasses of Index.PointEntry in org.tinspin.index.kdtree Modifier and Type Class Description classNode<T>Node class for the quadtree.Method parameters in org.tinspin.index.kdtree with type arguments of type Index.PointEntry Modifier and Type Method Description booleanKDTree. removeIf(double[] key, Predicate<Index.PointEntry<T>> pred) -
Uses of Index.PointEntry in org.tinspin.index.phtree
Method parameters in org.tinspin.index.phtree with type arguments of type Index.PointEntry Modifier and Type Method Description booleanPHTreeMMP. removeIf(double[] point, Predicate<Index.PointEntry<T>> condition) -
Uses of Index.PointEntry in org.tinspin.index.qthypercube
Methods in org.tinspin.index.qthypercube that return Index.PointEntry Modifier and Type Method Description Index.PointEntry<T>QIterator0. next()Index.PointEntry<T>QIterator1. next()Index.PointEntry<T>QIterator2. next()Method parameters in org.tinspin.index.qthypercube with type arguments of type Index.PointEntry Modifier and Type Method Description booleanQuadTreeKD. removeIf(double[] key, Predicate<Index.PointEntry<T>> condition)TQuadTreeKD. updateIf(double[] oldKey, double[] newKey, Predicate<Index.PointEntry<T>> condition)Reinsert the key. -
Uses of Index.PointEntry in org.tinspin.index.qthypercube2
Methods in org.tinspin.index.qthypercube2 that return Index.PointEntry Modifier and Type Method Description Index.PointEntry<T>QIterator0. next()Index.PointEntry<T>QIterator1. next()Index.PointEntry<T>QIterator2. next()Method parameters in org.tinspin.index.qthypercube2 with type arguments of type Index.PointEntry Modifier and Type Method Description booleanQuadTreeKD2. removeIf(double[] key, Predicate<Index.PointEntry<T>> condition)TQuadTreeKD2. updateIf(double[] oldKey, double[] newKey, Predicate<Index.PointEntry<T>> condition)Reinsert the key. -
Uses of Index.PointEntry in org.tinspin.index.qtplain
Methods in org.tinspin.index.qtplain that return Index.PointEntry Modifier and Type Method Description Index.PointEntry<T>QuadTreeKD0.QIterator. next()Method parameters in org.tinspin.index.qtplain with type arguments of type Index.PointEntry Modifier and Type Method Description booleanQuadTreeKD0. removeIf(double[] key, Predicate<Index.PointEntry<T>> condition)TQuadTreeKD0. updateIf(double[] oldKey, double[] newKey, Predicate<Index.PointEntry<T>> condition)Reinsert the key. -
Uses of Index.PointEntry in org.tinspin.index.util
Methods in org.tinspin.index.util that return Index.PointEntry Modifier and Type Method Description Index.PointEntry<E>PointIteratorWrapper. next()Method parameters in org.tinspin.index.util with type arguments of type Index.PointEntry Modifier and Type Method Description booleanPointMultimapWrapper. removeIf(double[] point, Predicate<Index.PointEntry<T>> condition)Constructor parameters in org.tinspin.index.util with type arguments of type Index.PointEntry Constructor Description PointIteratorWrapper(double[] min, double[] max, BiFunction<double[],double[],Iterator<Index.PointEntry<E>>> f)
-