| Package | Description |
|---|---|
| weka.core.neighboursearch.balltrees | |
| weka.core.neighboursearch.kdtrees |
| 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 | 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 © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.