Uses of Class
weka.classifiers.trees.ht.LeafNode
Packages that use LeafNode
-
Uses of LeafNode in weka.classifiers.trees.ht
Subclasses of LeafNode in weka.classifiers.trees.htModifier 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 predictionMethods in weka.classifiers.trees.ht that return LeafNodeModifier 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)