ID3suanfa

所属分类:数值算法/人工智能
开发工具:Java
文件大小:61KB
下载次数:23
上传日期:2008-01-10 19:54:10
上 传 者cyyy
说明:  数据仓库挖掘与开发 ID3算法实现代码
(Mining and development of data warehouse ID3 algorithm code)

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

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.

近期下载者

相关文件


收藏者