| 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 |
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
|
| Modifier and Type | Method and Description |
|---|---|
LeafNode |
SplitNode.leafForInstance(Instance inst,
SplitNode parent,
String parentBranch) |
LeafNode |
HNode.leafForInstance(Instance inst,
SplitNode parent,
String parentBranch)
Return the leaf that the supplied instance ends up at
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.