org.wdssii.decisiontree
Class Train
java.lang.Object
org.wdssii.decisiontree.Train
public class Train
- extends Object
Command-line program that invokes Quinlan's C4.5 algorithm
- Author:
- lakshman
Constructor Summary |
Train()
|
Method Summary |
static void |
main(String[] args)
Trains and prints out a decision tree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Train
public Train()
main
public static void main(String[] args)
throws Exception
- Trains and prints out a decision tree
- Throws:
Exception