Class DecisionTreeEx2
java.lang.Object
com.imsl.test.example.datamining.decisionTree.DecisionTreeEx2
Fits a decision tree to categorical data using CHAID and prints the decision tree.
This example uses the CHAID method on simulated categorical data and demonstrates printing the tree structure with and without custom labels.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecisionTreeEx2
public DecisionTreeEx2()
-
-
Method Details
-
main
- Throws:
Exception
-