Class NearestNeighbourSearch.MyHeapElement
- java.lang.Object
-
- moa.classifiers.lazy.neighboursearch.NearestNeighbourSearch.MyHeapElement
-
- Enclosing class:
- NearestNeighbourSearch
protected class NearestNeighbourSearch.MyHeapElement extends Object
A class for storing data about a neighboring instance.- Version:
- $Revision: 8034 $
- Author:
- Ashraf M. Kibriya (amk14[at-the-rate]cs[dot]waikato[dot]ac[dot]nz)
-
-
Constructor Summary
Constructors Constructor Description MyHeapElement(int i, double d)
constructor.
-