| Package | Description |
|---|---|
| weka.classifiers.trees.ht |
| Modifier and Type | Field and Description |
|---|---|
SplitNode |
LeafNode.m_parentNode
Parent split node
|
| 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
|
| 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.