|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EuclideanDistance | |
|---|---|
| weka.core.neighboursearch.balltrees | |
| weka.core.neighboursearch.kdtrees | |
| Uses of EuclideanDistance in weka.core.neighboursearch.balltrees |
|---|
| Methods in weka.core.neighboursearch.balltrees with parameters of type EuclideanDistance | |
|---|---|
void |
BallSplitter.setEuclideanDistanceFunction(EuclideanDistance func)
Sets the distance function used to (or to be used to) build the tree. |
void |
BallTreeConstructor.setEuclideanDistanceFunction(EuclideanDistance func)
Sets the distance function to use to build the tree. |
| Constructors in weka.core.neighboursearch.balltrees with parameters of type EuclideanDistance | |
|---|---|
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. |
|
| Uses of EuclideanDistance in weka.core.neighboursearch.kdtrees |
|---|
| Methods in weka.core.neighboursearch.kdtrees with parameters of type EuclideanDistance | |
|---|---|
void |
KDTreeNodeSplitter.setEuclideanDistanceFunction(EuclideanDistance func)
Sets the EuclideanDistance object to use for splitting nodes. |
| Constructors in weka.core.neighboursearch.kdtrees with parameters of type EuclideanDistance | |
|---|---|
KDTreeNodeSplitter(int[] instList,
Instances insts,
EuclideanDistance e)
Creates a new instance of KDTreeNodeSplitter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||