Package elki.index.tree.metrical.vptree
Class GNAT.PrioritySearchBranch
- java.lang.Object
-
- elki.index.tree.metrical.vptree.GNAT.PrioritySearchBranch
-
- All Implemented Interfaces:
java.lang.Comparable<GNAT.PrioritySearchBranch>
private static class GNAT.PrioritySearchBranch extends java.lang.Object implements java.lang.Comparable<GNAT.PrioritySearchBranch>
Search position for priority search.- Author:
- Robert Gehde
-
-
Constructor Summary
Constructors Constructor Description PrioritySearchBranch(double mindist, GNAT.Node node, DBID vp)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GNAT.PrioritySearchBranch o)
-
-
-
Method Detail
-
compareTo
public int compareTo(GNAT.PrioritySearchBranch o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<GNAT.PrioritySearchBranch>
-
-