id3
Class Driver

java.lang.Object
  |
  +--id3.Driver

public class Driver
extends java.lang.Object

Basic Driver class used to interface the ID3Inducer.


Constructor Summary
Driver()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main driving function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

main

public static void main(java.lang.String[] args)
The main driving function.
Parameters:
args - Command line arguments. The first argument should be the path to the data files to be used for training and testing. They should have the same path name. The second and third options are optional. The second option sets the log level to the given integer number. The default is 0. The third value is a boolean variable associated with how categories are displayed.