​基于随机森林思想的分类和回归算法我要分享

Classification and regression algorithm based on random forest

panel-randomforest randomforest-matlab RandomForest-回归 随机森林 randomforest-

关注次数: 236

下载次数: 2

文件大小: 419KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

基于随机森林思想的分类和回归算法,调试通过。


English Description:

Classification and regression algorithm based on random forest idea, debugging passed.


代码预览

randomforest-matlab

...................\RF_Class_C

...................\..........\classRF_predict.m

...................\..........\classRF_train.m

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

...................\..........\compile_linux.m

...................\..........\compile_windows.m

...................\..........\data

...................\..........\....\twonorm.mat

...................\..........\....\X_twonorm.txt

...................\..........\....\Y_twonorm.txt

...................\..........\Makefile

...................\..........\Makefile.windows

...................\..........\mexClassRF_predict.mexw32

...................\..........\mexClassRF_predict.mexw64

...................\..........\mexClassRF_train.mexw32

...................\..........\mexClassRF_train.mexw64

...................\..........\precompiled_rfsub

...................\..........\.................\linux64

...................\..........\.................\win32

...................\..........\.................\.....\rfsub.o

...................\..........\.................\win64

...................\..........\.................\.....\rfsub.o

...................\..........\README.txt

...................\..........\rfsub.o

...................\..........\src

...................\..........\...\classRF.cpp

...................\..........\...\classTree.cpp

...................\..........\...\cokus.cpp

...................\..........\...\cokus_test.cpp

...................\..........\...\mex_ClassificationRF_predict.cpp

...................\..........\...\mex_ClassificationRF_train.cpp

...................\..........\...\qsort.c

...................\..........\...\rf.h

...................\..........\...\rfsub.f

...................\..........\...\rfutils.cpp

...................\..........\...\twonorm_C_wrapper.cpp

...................\..........\tempbuild

...................\..........\test_ClassRF_extensively.m

...................\..........\tutorial_ClassRF.m

...................\..........\twonorm_C_devcpp.dev

...................\..........\Version_History.txt

...................\RF_Reg_C

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

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

...................\........\compile_linux.m

...................\........\compile_windows.m

...................\........\data

...................\........\....\diabetes.mat

...................\........\....\X_diabetes.txt

...................\........\....\Y_diabetes.txt

...................\........\diabetes_C_devc.dev

...................\........\Makefile

...................\........\mexRF_predict.mexw32

...................\........\mexRF_predict.mexw64

...................\........\mexRF_train.mexw32

...................\........\mexRF_train.mexw64

...................\........\README.txt

...................\........\regRF_predict.m

...................\........\regRF_train.m

...................\........\src

...................\........\...\cokus.cpp

...................\........\...\cokus_test.cpp

...................\........\...\diabetes_C_wrapper.cpp

...................\........\...\mex_regressionRF_predict.cpp

...................\........\...\mex_regressionRF_train.cpp

...................\........\...\qsort.c

...................\........\...\reg_RF.cpp

...................\........\...\reg_RF.h

...................\........\tempbuild

...................\........\test_RegRF_extensively.m

...................\........\tutorial_RegRF.m

...................\........\Version_History.txt