Uses of Class
weka.classifiers.trees.ht.HNode
Packages that use HNode
-
Uses of HNode in weka.classifiers.trees.ht
Subclasses of HNode in weka.classifiers.trees.htModifier and TypeClassDescriptionclass
Node that is "active" (i.e.class
Class implementing an inactive node (i.e.class
Leaf node in a HoeffdingTreeclass
Implements a LearningNode that uses a naive Bayes modelclass
Implements a LearningNode that chooses between using majority class or naive Bayes for predictionclass
Class for a node that splits the data in a Hoeffding treeFields in weka.classifiers.trees.ht declared as HNodeMethods in weka.classifiers.trees.ht with parameters of type HNodeModifier and TypeMethodDescriptionvoid
Add a childConstructors in weka.classifiers.trees.ht with parameters of type HNode