Class DecisionTreeEx3

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

public class DecisionTreeEx3 extends Object

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.

See Also:
  • Constructor Details

    • DecisionTreeEx3

      public DecisionTreeEx3()
  • Method Details