Package javax.datamining.algorithm.tree

This package contains definitions for describing the algorithm settings specific to building a decision tree model.

See:
          Description

Interface Summary
TreeSettings A TreeSettings object is a subclass of SupervisedAlgorithmSettings that supports capabilities of the classification and regression mining function and corresponding algorithms.
TreeSettingsFactory A factory class that creates instances of TreeSettings.
 

Class Summary
TreeCapability The enumeration TreeCapability enumerates a list of the capabilities of the decision tree algorithm being supported in a particular implementation.
TreeHomogeneityMetric The enumeration TreeHomogeneityMetric represents the goodness measure of a split.
TreeSelectionMethod The enumeration TreeSelectionMethod describes the method used for choosing the best tree along the pruning path.
 

Package javax.datamining.algorithm.tree Description

This package contains definitions for describing the algorithm settings specific to building a decision tree model.