93317438id3(java)

所属分类:Java编程
开发工具:Java
文件大小:59KB
下载次数:13
上传日期:2009-09-18 00:11:45
上 传 者xuewen012345
说明:  id3算法的实现 java 如果你对数据挖掘感兴趣的话 可以试试
(java id3 s function )

文件列表:
id3(java版)\AttrCategorizer.java (4376, 2002-05-21)
id3(java版)\CatGraph.java (21105, 2002-05-21)
id3(java版)\CGraph.java (5149, 2002-05-21)
id3(java版)\DecisionTree.java (24023, 2002-05-21)
id3(java版)\Driver.java (2989, 2002-05-21)
id3(java版)\DTCategorizer.java (1820, 2002-05-21)
id3(java版)\ID3Inducer.java (21350, 2002-05-21)
id3(java版)\LeafCategorizer.java (6961, 2002-05-21)
id3(java版)\NodeCategorizer.java (13268, 2002-05-21)
id3(java版)\NodeInfo.java (2969, 2002-05-21)
id3(java版)\NodeLoss.java (1642, 2002-05-21)
id3(java版)\RDGCategorizer.java (8021, 2002-05-21)
id3(java版)\RootedCatGraph.java (6351, 2002-05-21)
id3(java版)\TDDTInducer.java (101469, 2002-05-21)
id3(java版)\TDDTOptions.java (3336, 2002-05-21)
id3(java版)\ThresholdCategorizer.java (5443, 2002-05-21)
id3(java版) (0, 2008-03-01)

To compile: Set the sourcepath option for the Java compiler to the shared and id3 directories. Windows Example: javac -sourcepath ../shared;../id3;. *.java Linux Example: javac -sourcepath ../shared:../id3:. *.java To run ID3 Driver: The ID3 Driver is run from either the src directory or one of its subdirectories. If run from a subdirectory, the MLJ-Options.file file should be present in that directory. Data, test, and names files should have the same name and path base. This name and path base is the first argument into Driver. Example: java Driver ../data/vote This will run the Driver over vote.names, vote.test, and vote.data in the ../data directory. A second argument can be supplied to change the loglevel and global loglevel to a different setting. Example: java Driver ../data/vote 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 Driver ../data/vote 4 false False sets to the source specifications and true sets to the binary specifications. The default is true.

近期下载者

相关文件


收藏者