CART算法的MATLAB实现我要分享

Matlab implementation of cart algorithm

关注次数: 210

下载次数: 1

文件大小: 3.06 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:数据十大算法十一——CART算发的实现,通过对一个数据源进行分析计算出基尼系数,并得到最小基尼系数,通过基尼系数来构造决策树。


English Description:

The implementation of cart algorithm, which is one of the top ten data algorithms, calculates the Gini coefficient by analyzing a data source, and obtains the minimum Gini coefficient, through which the decision tree is constructed.


代码预览

相关推荐