Package elki.index.tree.spatial.kd
Class SmallMemoryKDTree.PrioritySearchBranch
- java.lang.Object
-
- elki.index.tree.spatial.kd.SmallMemoryKDTree.PrioritySearchBranch
-
- All Implemented Interfaces:
java.lang.Comparable<SmallMemoryKDTree.PrioritySearchBranch>
- Enclosing class:
- SmallMemoryKDTree<O extends NumberVector>
private static class SmallMemoryKDTree.PrioritySearchBranch extends java.lang.Object implements java.lang.Comparable<SmallMemoryKDTree.PrioritySearchBranch>
Search position for priority search.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description PrioritySearchBranch(double mindist, int left, int right, int axis)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SmallMemoryKDTree.PrioritySearchBranch o)
-
-
-
Method Detail
-
compareTo
public int compareTo(SmallMemoryKDTree.PrioritySearchBranch o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<SmallMemoryKDTree.PrioritySearchBranch>
-
-