Uses of Class
weka.classifiers.trees.ht.Split
-
Uses of Split in weka.classifiers.trees.ht
Modifier and TypeClassDescriptionclass
A multiway split based on a single nominal attributeclass
A binary split based on a single numeric attributeModifierConstructorDescriptionSplitCandidate
(Split splitTest, List<Map<String, WeightMass>> postSplitDists, double merit) ConstructorSplitNode
(Map<String, WeightMass> classDistrib, Split split) Construct a new SplitNode