|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
DecisionTree | A Wrapper for a decision tree, allowing for save/load to
ModelContent objects. |
DecisionTreeNode | The base abstract implementations of a node of a decision tree. |
DecisionTreeNodeLeaf | The Leaf of a decision tree. |
DecisionTreeNodeRenderer | Renderer for a DecisionTreeNode within a JTree. |
DecisionTreeNodeSplit | An abstract implementation of an inner node of a decision tree, i.e. |
DecisionTreeNodeSplitContinuous | Deprecated. |
DecisionTreeNodeSplitNominal | Deprecated. |
DecisionTreeNodeSplitNominalBinary | Deprecated. |
DecisionTreeNodeSplitPMML | Decision tree split node that supports PMML predicates to partition the data. |
DecisionTreeNodeView | Provides view on internals of a DecisionTreeNode. |
This package contains code for a decision tree model. A decision tree mainly holds a root DecisionTreeNode which can be a leaf (DecisionTreeNodeLeaf) or an internal split node (DecisionTreeNodeSplit). The splits can be of several forms: continous splits, nominal splits, binary nominal splits. Further more the package contains a view for tree visuallization that uses the provided DecisionTreeNodeRenderer.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |