id3java

所属分类:Java编程
开发工具:Java
文件大小:286KB
下载次数:130
上传日期:2006-09-18 15:02:22
上 传 者pianobear
说明:  id3的java实现,是个不错的源码。其中有一些共享文件也可为c4.5共享
(id3 achieve the java, is a good source. Some of which are shared will be able to share c4.5)

文件列表:
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\shared\ASCIIPref.class (416, 2002-05-22)
id3 java\shared\ASCIIPref.java (943, 2002-05-21)
id3 java\shared\AttrInfo.java (14640, 2002-05-21)
id3 java\shared\AttrLabelPair.java (2848, 2002-05-21)
id3 java\shared\AttrValue.java (5368, 2002-05-21)
id3 java\shared\AugCategory.java (5191, 2002-05-21)
id3 java\shared\BadCategorizer.java (3687, 2002-05-21)
id3 java\shared\BagCounters.java (13270, 2002-05-21)
id3 java\shared\BaseInducer.class (6942, 2002-05-22)
id3 java\shared\BaseInducer.java (28169, 2002-05-21)
id3 java\shared\Basics.java (30033, 2002-05-21)
id3 java\shared\CatCounters.java (502, 2002-05-21)
id3 java\shared\CatDist.java (32611, 2002-05-21)
id3 java\shared\Categorizer.java (16467, 2002-05-21)
id3 java\shared\CatOneTestResult.java (1094, 2002-05-21)
id3 java\shared\CatTestResult.java (49098, 2002-05-21)
id3 java\shared\Class_Id.java (1527, 2002-05-21)
id3 java\shared\CmdLine.java (3652, 2002-05-21)
id3 java\shared\ConstCategorizer.java (5418, 2002-05-21)
id3 java\shared\DisplayPref.class (2548, 2002-05-22)
id3 java\shared\DisplayPref.java (8061, 2002-05-21)
id3 java\shared\DotGraphPref.java (919, 2002-05-21)
id3 java\shared\DoubleRef.java (1056, 2002-05-21)
... ...

To compile:Set the sourcepath option for the Java compiler to the shared and id3 directories. Windows 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.

近期下载者

相关文件


收藏者