JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.imsl.datamining.decisionTree.TreeNode
Packages that use
TreeNode
Package
Description
com.imsl.datamining.decisionTree
Decision trees.
Uses of
TreeNode
in
com.imsl.datamining.decisionTree
Methods in
com.imsl.datamining.decisionTree
that return
TreeNode
Modifier and Type
Method
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.