| Package | Description | 
|---|---|
| moa.classifiers.lazy.neighboursearch | 
| Modifier and Type | Field and Description | 
|---|---|
| protected NearestNeighbourSearch.NeighborNode | NearestNeighbourSearch.NeighborList. m_FirstThe first node in the list. | 
| protected NearestNeighbourSearch.NeighborNode | NearestNeighbourSearch.NeighborList. m_LastThe last node in the list. | 
| NearestNeighbourSearch.NeighborNode | NearestNeighbourSearch.NeighborNode. m_NextA link to the next neighbor instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| NearestNeighbourSearch.NeighborNode | NearestNeighbourSearch.NeighborList. getFirst()returns the first element in the list. | 
| NearestNeighbourSearch.NeighborNode | NearestNeighbourSearch.NeighborList. getLast()returns the last element in the list. | 
| Constructor and Description | 
|---|
| NearestNeighbourSearch.NeighborNode(double distance,
                                   weka.core.Instance instance,
                                   NearestNeighbourSearch.NeighborNode next)Create a new neighbor node. | 
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.