Uses of Class
weka.core.neighboursearch.balltrees.BallTreeConstructor

Packages that use BallTreeConstructor
weka.core.neighboursearch   
weka.core.neighboursearch.balltrees   
 

Uses of BallTreeConstructor in weka.core.neighboursearch
 

Methods in weka.core.neighboursearch that return BallTreeConstructor
 BallTreeConstructor BallTree.getBallTreeConstructor()
          Returns the BallTreeConstructor currently in use.
 

Methods in weka.core.neighboursearch with parameters of type BallTreeConstructor
 void 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.balltrees
 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 © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.