protected class CoverTree.MyHeapElement extends java.lang.Object implements RevisionHandler
| Modifier and Type | Field and Description |
|---|---|
double |
distance
the distance.
|
| Constructor and Description |
|---|
MyHeapElement(double d)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
public MyHeapElement(double d)
d - the distancepublic java.lang.String getRevision()
getRevision in interface RevisionHandler