Package | Description |
---|---|
weka.core.neighboursearch |
Modifier and Type | Field and Description |
---|---|
protected NearestNeighbourSearch.NeighborNode |
NearestNeighbourSearch.NeighborList.m_First
The first node in the list.
|
protected NearestNeighbourSearch.NeighborNode |
NearestNeighbourSearch.NeighborList.m_Last
The last node in the list.
|
NearestNeighbourSearch.NeighborNode |
NearestNeighbourSearch.NeighborNode.m_Next
A 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 |
---|
NeighborNode(double distance,
Instance instance,
NearestNeighbourSearch.NeighborNode next)
Create a new neighbor node.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.