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