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 TypeClassDescriptionclassNode that is "active" (i.e.classClass implementing an inactive node (i.e.classLeaf node in a HoeffdingTreeclassImplements a LearningNode that uses a naive Bayes modelclassImplements a LearningNode that chooses between using majority class or naive Bayes for predictionclassClass 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 TypeMethodDescriptionvoidAdd a childConstructors in weka.classifiers.trees.ht with parameters of type HNode