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 TypeMethodDescriptionvoidBallTree.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 TypeClassDescriptionclassThe class that constructs a ball tree bottom up.classThe class that builds a BallTree middle out.
For more information see also:
Andrew W.classThe class implementing the TopDown construction method of ball trees.