Description: 决策树算法C4.5源码,
The directory Data contains some sample datasets. Many interesting data
collections are maintained by the University of California, Irvine, in a
data repository-C4.5 decision tree algorithm source, The directory Data contains some sample datasets. Many interesting datacollections are maintained by the University of California, Irvine, in adata repository Platform: |
Size: 148480 |
Author:张耀 |
Hits:
Description: /*
The sample demonstrates how to build a decision tree for classifying mushrooms.
It uses the sample base agaricus-lepiota.data from UCI Repository, here is the link:
Newman, D.J. & Hettich, S. & Blake, C.L. & Merz, C.J. (1998).
UCI Repository of machine learning databases
[http://www.ics.uci.edu/~mlearn/MLRepository.html].
Irvine, CA: University of California, Department of Information and Computer Science.
*/
// loads the mushroom database, which is a text file, containing
// one training sample per row, all the input variables and the output variable are categorical,
// the values are encoded by characters. Platform: |
Size: 4096 |
Author:tofighi |
Hits: