Uses of Class
weka.core.neighboursearch.balltrees.BallTreeConstructor
-
Uses of BallTreeConstructor in weka.core.neighboursearch
Modifier and TypeMethodDescriptionBallTree.getBallTreeConstructor()
Returns the BallTreeConstructor currently in use.Modifier and TypeMethodDescriptionvoid
BallTree.setBallTreeConstructor
(BallTreeConstructor constructor) Sets the BallTreeConstructor for building the BallTree (default TopDownConstructor). -
Uses of BallTreeConstructor in weka.core.neighboursearch.balltrees
Modifier and TypeClassDescriptionclass
The class that constructs a ball tree bottom up.class
The class that builds a BallTree middle out.
For more information see also:
Andrew W.class
The class implementing the TopDown construction method of ball trees.