protected class NearestNeighbourSearch.MyHeapElement extends Object
Modifier and Type | Field and Description |
---|---|
double |
distance
the distance of this element.
|
int |
index
the index of this element.
|
Constructor and Description |
---|
NearestNeighbourSearch.MyHeapElement(int i,
double d)
constructor.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.