Class DecisionTreeEx2

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

public class DecisionTreeEx2 extends Object

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.

See Also:
  • Constructor Details

    • DecisionTreeEx2

      public DecisionTreeEx2()
  • Method Details