Uses of Class
weka.core.EuclideanDistance
Packages that use EuclideanDistance
-
Uses of EuclideanDistance in weka.core.neighboursearch.balltrees
Methods in weka.core.neighboursearch.balltrees with parameters of type EuclideanDistanceModifier and TypeMethodDescriptionvoidBallSplitter.setEuclideanDistanceFunction(EuclideanDistance func) Sets the distance function used to (or to be used to) build the tree.voidBallTreeConstructor.setEuclideanDistanceFunction(EuclideanDistance func) Sets the distance function to use to build the tree.Constructors in weka.core.neighboursearch.balltrees with parameters of type EuclideanDistanceModifierConstructorDescriptionBallSplitter(int[] instList, Instances insts, EuclideanDistance e) Creates a new instance of BallSplitter.MedianDistanceFromArbitraryPoint(int[] instList, Instances insts, EuclideanDistance e) Constructor.MedianOfWidestDimension(int[] instList, Instances insts, EuclideanDistance e) Constructor.PointsClosestToFurthestChildren(int[] instList, Instances insts, EuclideanDistance e) Constructor. -
Uses of EuclideanDistance in weka.core.neighboursearch.kdtrees
Methods in weka.core.neighboursearch.kdtrees with parameters of type EuclideanDistanceModifier and TypeMethodDescriptionvoidKDTreeNodeSplitter.setEuclideanDistanceFunction(EuclideanDistance func) Sets the EuclideanDistance object to use for splitting nodes.Constructors in weka.core.neighboursearch.kdtrees with parameters of type EuclideanDistanceModifierConstructorDescriptionKDTreeNodeSplitter(int[] instList, Instances insts, EuclideanDistance e) Creates a new instance of KDTreeNodeSplitter.