Class DecisionTreeEx5

java.lang.Object
com.imsl.test.example.datamining.decisionTree.DecisionTreeEx5

public class DecisionTreeEx5 extends Object

Fits a decision tree to mixed-type data using QUEST and prunes the decision tree.

This example applies the QUEST method to a simulated data set with 50 cases and three predictors of mixed-type. Shown are the maximum-sized tree under default controls and the subtree resulting from pruning with a cost-complexity value of 0.0.

See Also:
  • Constructor Details

    • DecisionTreeEx5

      public DecisionTreeEx5()
  • Method Details