Package weka.core.neighboursearch.balltrees
package weka.core.neighboursearch.balltrees
-
ClassDescriptionClass representing a node of a BallTree.Abstract class for splitting a ball tree's BallNode.Abstract class for constructing a BallTree .The class that constructs a ball tree bottom up.Class that splits a BallNode of a ball tree using Uhlmann's described method.
For information see:
Jeffrey K.Class that splits a BallNode of a ball tree based on the median value of the widest dimension of the points in the ball.The class that builds a BallTree middle out.
For more information see also:
Andrew W.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.The class implementing the TopDown construction method of ball trees.