c45

所属分类:人工智能/神经网络/深度学习
开发工具:Java
文件大小:2KB
下载次数:2
上传日期:2012-11-16 15:52:13
上 传 者jsj_zcs
说明:  c45 经典算法,JAVA 实现,很有参考性
(the c45 classic algorithm, JAVA implementation)

文件列表:
c45 (0, 2012-11-11)
c45\C45Driver.class (2066, 2012-11-11)

To compile: Set $MLJDIR = location of mlj dir. (Ex. /home/mad1333/mlj) Next, go to the shared directory and run make c45. To run ID3 Driver: Then from the shared directory run: java -cp .:../id3:../c45 C45Driver ../../data/$DATASET where $DATASET = the name of the data set you want to run. This will run the Driver over $DATASET.names, $DATASET.test, and $DATASET.data in the ../../data directory. A second argument can be supplied to change the loglevel and global loglevel to a different setting. Example: java -cp .:../id3:../c45 C45Driver ../../data/$DATASET 4 This will change the loglevel to 4 and produce more output. Not supplying a value results in a default value of 0. A third option allows switching between tree display specifications as they are in the MLC binary and specifications as they are in the MLC code. To switch between these settings, add true or false as a third setting. Example: java -cp .:../id3:../c45 C45Driver ../../data/$DATASET 4 false False sets to the source specifications and true sets to the binary specifications. The default is true.

近期下载者

相关文件


收藏者