Uses of Class
weka.classifiers.trees.ht.LeafNode
-
Uses of LeafNode in weka.classifiers.trees.ht
Modifier and TypeClassDescriptionclass
Node that is "active" (i.e.class
Class implementing an inactive node (i.e.class
Implements a LearningNode that uses a naive Bayes modelclass
Implements a LearningNode that chooses between using majority class or naive Bayes for predictionModifier and TypeMethodDescriptionHNode.leafForInstance
(Instance inst, SplitNode parent, String parentBranch) Return the leaf that the supplied instance ends up atSplitNode.leafForInstance
(Instance inst, SplitNode parent, String parentBranch)