Uses of Class
weka.classifiers.trees.ht.Split
Packages that use Split
-
Uses of Split in weka.classifiers.trees.ht
Subclasses of Split in weka.classifiers.trees.htModifier and TypeClassDescriptionclass
A multiway split based on a single nominal attributeclass
A binary split based on a single numeric attributeFields in weka.classifiers.trees.ht declared as SplitConstructors in weka.classifiers.trees.ht with parameters of type SplitModifierConstructorDescriptionSplitCandidate
(Split splitTest, List<Map<String, WeightMass>> postSplitDists, double merit) ConstructorSplitNode
(Map<String, WeightMass> classDistrib, Split split) Construct a new SplitNode