Package | Description |
---|---|
weka.classifiers.trees |
Modifier and Type | Field and Description |
---|---|
protected REPTree.Tree[] |
REPTree.Tree.m_Successors
The subtrees of this tree.
|
protected REPTree.Tree |
REPTree.m_Tree
The Tree object
|
Modifier and Type | Method and Description |
---|---|
protected void |
REPTree.Tree.insertHoldOutInstance(Instance inst,
double weight,
REPTree.Tree parent)
Inserts an instance from the hold-out set into the tree.
|
protected String |
REPTree.Tree.leafString(REPTree.Tree parent)
Outputs description of a leaf node.
|
protected int |
REPTree.Tree.toGraph(StringBuffer text,
int num,
REPTree.Tree parent)
Outputs one node for graph.
|
StringBuffer[] |
REPTree.Tree.toSource(String className,
REPTree.Tree parent)
Returns source code for the tree as if-then statements.
|
protected String |
REPTree.Tree.toString(int level,
REPTree.Tree parent)
Recursively outputs the tree.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.