id3
id3 

所属分类:Java编程
开发工具:Java
文件大小:59KB
下载次数:21
上传日期:2009-06-24 12:50:23
上 传 者Hello Benny
说明:  用JAVA语言来实现数据挖掘中的ID3算法
(JAVA language used to achieve the data mining algorithm ID3)

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

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.

近期下载者

相关文件


收藏者