Package | Description |
---|---|
weka.core.neighboursearch | |
weka.core.neighboursearch.balltrees | |
weka.core.neighboursearch.kdtrees |
Modifier and Type | Field and Description |
---|---|
protected EuclideanDistance |
KDTree.m_EuclideanDistance
The euclidean distance function to use.
|
protected EuclideanDistance |
CoverTree.m_EuclideanDistance
The euclidean distance function to use.
|
Modifier and Type | Field and Description |
---|---|
protected EuclideanDistance |
BallSplitter.m_DistanceFunction
The distance function (metric) from which
the tree is (OR is to be) built.
|
Modifier and Type | Method and Description |
---|---|
void |
BallTreeConstructor.setEuclideanDistanceFunction(EuclideanDistance func)
Sets the distance function to use to build the
tree.
|
void |
BallSplitter.setEuclideanDistanceFunction(EuclideanDistance func)
Sets the distance function used to (or to be used
to) build the tree.
|
Constructor and Description |
---|
BallSplitter(int[] instList,
Instances insts,
EuclideanDistance e)
Creates a new instance of BallSplitter.
|
MedianDistanceFromArbitraryPoint(int[] instList,
Instances insts,
EuclideanDistance e)
Constructor.
|
MedianOfWidestDimension(int[] instList,
Instances insts,
EuclideanDistance e)
Constructor.
|
PointsClosestToFurthestChildren(int[] instList,
Instances insts,
EuclideanDistance e)
Constructor.
|
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,
Instances insts,
EuclideanDistance e)
Creates a new instance of KDTreeNodeSplitter.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.