基于随机森林模型的分类问题。我要分享

Classification problem based on random forest model.

关注次数: 195

下载次数: 0

文件大小: 160.25 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:在机器学习中,随机森林是一个包含多个决策树的分类器, 并且其输出的类别是由个别树输出的类别的众数而定。 Leo Breiman和Adele Cutler发展出推论出随机森林的算法。该算法代码实现了基于随机森林模型的分类问题。


English Description:

In machine learning, random forest is a classifier with multiple decision trees, and the output category is determined by the mode of the output category of individual trees. Leo Breiman and Adele Cutler developed an algorithm for inferring random forests. The algorithm code realizes the classification problem based on random forest model.


代码预览

相关推荐