Package org.knime.base.node.mine.decisiontree2.model

This package contains code for a decision tree model.

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.
 

Package org.knime.base.node.mine.decisiontree2.model Description

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.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.