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