Class | Description |
---|---|
JCHAID |
Class for generating a decision tree based on the CHAID algorithm.
|
JCHAIDStar |
Class for generating a decision tree based on the CHAID* algorithm,
a modified version of the CHAID decision tree induction algorithm that also handles continuous features
and includes the same post-pruning mechanism used by C45.
|