随机森林算法,用于数据分类和显现回归我要分享

Random forest algorithm for data classification and regression

随机森林 solutionc2h 随机森林-回归 随机森林-matlab 回归森林MATLAB

关注次数: 257

下载次数: 3

文件大小: 197KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

随机森林算法是一个可用于数据分类和显现回归的一个相当不错的算法,可实现很多功能。这个算法只需要将所需文件放入一个matlab路径中即可实现。


English Description:

Random forest algorithm is a good algorithm for data classification and regression, which can achieve many functions. This algorithm only needs to put the required files into a matlab path.


代码预览

''RandomForest

..............\Examples

..............\........\boshouse.txt

..............\........\Example_Classification.m

..............\........\Example_Regression.m

..............\........\satimage_tes.txt

..............\........\satimage_tra.txt

..............\Fortran

..............\.......\RFClassification.f

..............\.......\RFRegression.f

..............\Installation.doc

..............\PrintRF.m

..............\htm" target=_blank>ReadMe

..............\RFClass.m

..............\RFClassification.dll

..............\RFReg.m

..............\RFRegression.dll