文件名称:DecisionTree
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-22
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该资源是决策树算法。从“样本特征说明”读取属性,从“样本数据”读取各属性值。
依次取20 —80 (每次递增10 )的样本作为训练集,剩余样本作为测试集测试。-This resource is about decision tree algorithm. The attributes and values can be read by the code from the two txt files. Each time choose a portion of all the data (20 to 80 , with an increase of 10 each time) to be the training set and the rest to be the test set.
依次取20 —80 (每次递增10 )的样本作为训练集,剩余样本作为测试集测试。-This resource is about decision tree algorithm. The attributes and values can be read by the code from the two txt files. Each time choose a portion of all the data (20 to 80 , with an increase of 10 each time) to be the training set and the rest to be the test set.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DecisionTree\.classpath
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\bin\DecisionTree.class
............\...\MakeDecision.class
............\...\TreeNode.class
............\src\DecisionTree.java
............\...\MakeDecision.java
............\...\TreeNode.java
............\样本数据.txt
............\样本特征说明.txt
............\.settings
............\bin
............\src
DecisionTree