org.wdssii.decisiontree
Class Train

java.lang.Object
  extended by 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
 

Constructor Detail

Train

public Train()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Trains and prints out a decision tree

Throws:
Exception