Package weka.classifiers.trees.ht
package weka.classifiers.trees.ht
-
ClassDescriptionNode that is "active" (i.e.Records sufficient stats for an attributeMaintains sufficient stats for a Gaussian distribution for a numeric attributeImplements the gini splitting criterionAbstract base class for nodes in a Hoeffding treeClass implementing an inactive node (i.e.Implements the info gain splitting criterionLeaf node in a HoeffdingTreeMarker interface for a node that can be updated with incoming instances in a HoeffdingTree.Implements a LearningNode that uses a naive Bayes modelImplements a LearningNode that chooses between using majority class or naive Bayes for predictionMaintains sufficient stats for the distribution of a nominal attributeBase class for different split typesEncapsulates a candidate splitBase class for split metricsClass for a node that splits the data in a Hoeffding treeA multiway split based on a single nominal attributeA binary split based on a single numeric attributeSimple container for a weight