CHAID


Synopsis

Learns a pruned decision tree based on a chi squared attribute relevance test.


Description

The CHAID decision tree learner works like the DecisionTreeLearner with one exception: it used a chi squared based criterion instead of the information gain or gain ratio criteria.


Input


Output


Parameters


ExampleProcess