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.
DecisionTreeEx2()
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DecisionTreeEx2()
public static void main(String[] args) throws Exception
Exception
Copyright © 2020 Rogue Wave Software. All rights reserved.