Uses of Class
weka.core.neighboursearch.balltrees.BallTreeConstructor
Packages that use BallTreeConstructor
-
Uses of BallTreeConstructor in weka.core.neighboursearch
Methods in weka.core.neighboursearch that return BallTreeConstructorModifier and TypeMethodDescriptionBallTree.getBallTreeConstructor()
Returns the BallTreeConstructor currently in use.Methods in weka.core.neighboursearch with parameters of type BallTreeConstructorModifier and TypeMethodDescriptionvoid
BallTree.setBallTreeConstructor
(BallTreeConstructor constructor) Sets the BallTreeConstructor for building the BallTree (default TopDownConstructor). -
Uses of BallTreeConstructor in weka.core.neighboursearch.balltrees
Subclasses of BallTreeConstructor in weka.core.neighboursearch.balltreesModifier 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.