文件名称:tree
介绍说明--下载内容来自于网络,使用问题请自行百度
分类决策树的核心思想就是在一个数据集中找到一个最优特征,然后从这个特征的选值中找一个最优候选值,根据这个最优候选值将数据集分为两个子数据集,然后递归上述操作,直到满足指定条件为止。附代码(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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.