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 TypeClassDescriptionclassNode that is "active" (i.e.classClass implementing an inactive node (i.e.classImplements a LearningNode that uses a naive Bayes modelclassImplements 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)