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 TypeClassDescriptionclassA multiway split based on a single nominal attributeclassA 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