| Package | Description |
|---|---|
| weka.classifiers.trees.ht |
| Class and Description |
|---|
| ActiveHNode
Node that is "active" (i.e.
|
| ConditionalSufficientStats
Records sufficient stats for an attribute
|
| HNode
Abstract base class for nodes in a Hoeffding tree
|
| LeafNode
Leaf node in a HoeffdingTree
|
| LearningNode
Marker interface for a node that can be updated with incoming instances in a
HoeffdingTree.
|
| NBNode
Implements a LearningNode that uses a naive Bayes model
|
| Split
Base class for different split types
|
| SplitCandidate
Encapsulates a candidate split
|
| SplitMetric
Base class for split metrics
|
| SplitNode
Class for a node that splits the data in a Hoeffding tree
|
| WeightMass
Simple container for a weight
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.