| Package | Description |
|---|---|
| weka.core.neighboursearch | |
| weka.core.neighboursearch.balltrees |
| Modifier and Type | Method and Description |
|---|---|
BallTreeConstructor |
BallTree.getBallTreeConstructor()
Returns the BallTreeConstructor currently in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BallTree.setBallTreeConstructor(BallTreeConstructor constructor)
Sets the BallTreeConstructor for building the BallTree
(default TopDownConstructor).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BottomUpConstructor
The class that constructs a ball tree bottom up.
|
class |
MiddleOutConstructor
The class that builds a BallTree middle out.
For more information see also: Andrew W. |
class |
TopDownConstructor
The class implementing the TopDown construction
method of ball trees.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.