Package | Description |
---|---|
com.imsl.datamining.decisionTree |
Decision trees.
|
Modifier and Type | Method and Description |
---|---|
protected TreeNode |
TreeNode.clone()
Returns a clone of a
TreeNode . |
TreeNode |
Tree.getNode(int i)
Returns a copy of the specified node of the decision tree.
|
TreeNode[] |
Tree.getNodes()
Returns nodes within a decision tree.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.