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

Packages that use BallSplitter
weka.core.neighboursearch.balltrees   
 

Uses of BallSplitter in weka.core.neighboursearch.balltrees
 

Subclasses of BallSplitter in weka.core.neighboursearch.balltrees
 class MedianDistanceFromArbitraryPoint
          Class that splits a BallNode of a ball tree using Uhlmann's described method.

For information see:

Jeffrey K.
 class MedianOfWidestDimension
          Class that splits a BallNode of a ball tree based on the median value of the widest dimension of the points in the ball.
 class PointsClosestToFurthestChildren
          Implements the Moore's method to split a node of a ball tree.

For more information please see section 2 of the 1st and 3.2.3 of the 2nd:

Andrew W.
 

Methods in weka.core.neighboursearch.balltrees that return BallSplitter
 BallSplitter TopDownConstructor.getBallSplitter()
          Returns the BallSplitter algorithm set that would be used by the TopDown BallTree constructor.
 

Methods in weka.core.neighboursearch.balltrees with parameters of type BallSplitter
 void TopDownConstructor.setBallSplitter(BallSplitter splitter)
          Sets the ball splitting algorithm to be used by the TopDown constructor.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.