|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--id3.Driver
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 |
public Driver()
| Method Detail |
public static void main(java.lang.String[] args)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||