c4.5_www2.cs.uregina.ca

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:159KB
下载次数:4
上传日期:2005-11-01 09:00:58
上 传 者binyue1014
说明:  来自于www2.cs.uregina.ca的c4.5源码
(from the Bank www2.cs.uregina.ca FOSS)

文件列表:
c4.5_www2.cs.uregina.ca\R8\Data\crx.data (22854, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\crx.names (449, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\crx.test (9364, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\golf.data (409, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\golf.names (118, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\hypo.data (218387, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\hypo.names (796, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\hypo.test (109313, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\labor-neg.data (2423, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\labor-neg.names (4032, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\labor-neg.test (1054, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk1.data (1736, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk1.names (2427, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk1.test (6048, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk2.data (2366, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk2.names (2427, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk2.test (6048, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk3.data (1708, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk3.names (2427, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\monk3.test (6048, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\soybean.data (197292, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\soybean.names (7062, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\vote.data (12832, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\vote.names (1283, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data\vote.test (5774, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Data (0, 2005-11-01)
c4.5_www2.cs.uregina.ca\R8\Doc\c4.5.1 (5565, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Doc\c4.5rules.1 (2383, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Doc\consult.1 (2475, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Doc\consultr.1 (2203, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Doc\verbose.1 (6645, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Doc\verbrules.1 (4222, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Doc (0, 2005-11-01)
c4.5_www2.cs.uregina.ca\R8\LEGAL (821, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Src\average.c (1623, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Src\besttree.c (10178, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Src\build.c (11977, 1995-10-13)
c4.5_www2.cs.uregina.ca\R8\Src\buildex.i (888, 1999-07-19)
c4.5_www2.cs.uregina.ca\R8\Src\c4.5.c (3875, 1996-06-22)
... ...

******************************************************************************** * * * Copyright J.R. Quinlan, 1***7, 1***8, 1***9, 1990, 1991, 1992. This software * * may not be distributed in any form without permission of the copyright * * holder. * * * ******************************************************************************** PLEASE READ THE FILE CALLED "LEGAL". ALSO, NOTE THAT C4.5 IS NOT SUPPORTED. The C4.5 induction system ------------------------- The C4.5 system consists of four principal programs: 1) the decision tree generator ('c4.5'), 2) the production rule generator ('c4.5rules'), 3) the decision tree interpreter ('consult'), and 4) the production rule interpreter ('consultr'). This release also contains stuff that may be helpful in running experiments: 5) a csh shell script for cross-validation ('xval.sh'), and 6) two ancillary programs ('xval-prep' and 'average'). There is a Unix-style (brief) manual entry for the main programs and for their verbose output mode. A better guide to using the system is provided in my book, 'C4.5: Programs for Machine Learning', Morgan Kaufmann 1992. [Note: changes since the book was published are recorded in the file Modifications in the Src directory.] Installation ------------ The system has been targeted to Berkeley BSD4.3. Some other environments (e.g. SystemV) may require the use of additional libraries etc; if you have any trouble compiling the system, look at the comments in the Makefile. In particular, if you are running in an environment other than Berkeley BSD4.3 you may need to search additional libraries, e.g. for the random number generator 'random'. This requires the addition of loader instructions of the form -l* after '-lm'; you might try '-lbsd'; if this doesn't work, consult your local Unix guru. To create the executable binary files, go into the 'Src' directory by typing: cd Src and type: make all This will create the binary files 'c4.5', 'c4.5rules', 'consult', 'consultr', 'xval-prep' and 'average'. These, together with the shell script, can be moved into your installation's directory for local software, e.g. '/usr/local/bin' by typing: mv c4.5 c4.5rules consult consultr xval-prep average xval.sh /usr/local/bin The object files created during compilation may be removed to save space by typing: rm *.o In the 'Doc' directory, there is a manual entry file for each of the programs, as well as the files 'verbose.1' and 'verbrules.1' which explain the verbose output produced by 'c4.5' and 'c4.5rules' respectively. These can be installed in your local manual by moving them to your installation's manual directory for volume 1, usually '/usr/man/man1' by typing, for instance: cd ../Doc mv *.1 /usr/man/man1 (You may need superuser privileges to put files in this directory.) Examples -------- The directory 'Data' contains some sample datasets. Many interesting data collections are maintained by the University of California, Irvine, in a data repository. For more information on how to access files from this repository, send email to ml-repository@ics.uci.edu

近期下载者

相关文件


收藏者