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.
Constructor and Description |
---|
DecisionTreeEx5() |
Copyright © 2020 Rogue Wave Software. All rights reserved.