Package | Description |
---|---|
moa.classifiers.lazy.neighboursearch | |
moa.classifiers.lazy.neighboursearch.kdtrees |
Modifier and Type | Field and Description |
---|---|
protected EuclideanDistance |
KDTree.m_EuclideanDistance
The euclidean distance function to use.
|
Modifier and Type | Field and Description |
---|---|
protected EuclideanDistance |
KDTreeNodeSplitter.m_EuclideanDistance
The distance function used for building the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
KDTreeNodeSplitter.setEuclideanDistanceFunction(EuclideanDistance func)
Sets the EuclideanDistance object to use for
splitting nodes.
|
Constructor and Description |
---|
KDTreeNodeSplitter(int[] instList,
weka.core.Instances insts,
EuclideanDistance e)
Creates a new instance of KDTreeNodeSplitter.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.