| Package | Description |
|---|---|
| weka.classifiers.trees.ht |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveHNode
Node that is "active" (i.e.
|
class |
InactiveHNode
Class implementing an inactive node (i.e.
|
class |
LeafNode
Leaf node in a HoeffdingTree
|
class |
NBNode
Implements a LearningNode that uses a naive Bayes model
|
class |
NBNodeAdaptive
Implements a LearningNode that chooses between using majority class or naive
Bayes for prediction
|
class |
SplitNode
Class for a node that splits the data in a Hoeffding tree
|
| Modifier and Type | Field and Description |
|---|---|
HNode |
LeafNode.m_theNode
The actual node for this leaf
|
| Modifier and Type | Method and Description |
|---|---|
void |
SplitNode.setChild(String branch,
HNode child)
Add a child
|
| Constructor and Description |
|---|
LeafNode(HNode node,
SplitNode parentNode,
String parentBranch)
Construct a leaf node with the given actual node, parent and parent branch
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.