文件名称:tree
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- 上传时间:
- 2018-03-31
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 三火12****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分类决策树的核心思想就是在一个数据集中找到一个最优特征,然后从这个特征的选值中找一个最优候选值,根据这个最优候选值将数据集分为两个子数据集,然后递归上述操作,直到满足指定条件为止。附代码(The core idea of a classified decision tree is to find an optimal feature in a data set, and then find an optimal candidate value from the selected value of this feature, and divide the data set into two sub data sets according to the optimal candidate value, and then recurse the above operation until the specified condition is satisfied)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Ch03\.gitignore | 28 | 2015-12-31 |
Ch03\classifierStorage.txt | 101 | 2015-12-31 |
Ch03\lenses.txt | 795 | 2015-12-31 |
Ch03\treePlotter.py | 3911 | 2015-12-31 |
Ch03\trees.py | 4170 | 2015-12-31 |
Ch03 | 0 | 2017-12-20 |