首页

利用多棵树对样本进行训练并预测的分类器

matlab

2021-2-14

随机森林指的是利用多棵树对样本进行训练并预测的一种分类器,包括两个方面:数据的随机性选取,以及待选特征的随机选取。

资源下载此资源下载价格为5D币(VIP免费),请先
资源文件列表
20170106RF_Matlab/README_Windows_binary.txt , 1200
20170106RF_Matlab/randomforest-matlab/RF_Class_C/Compile_Check , 856
20170106RF_Matlab/randomforest-matlab/RF_Class_C/Makefile , 2693
20170106RF_Matlab/randomforest-matlab/RF_Class_C/Makefile.windows , 2523
20170106RF_Matlab/randomforest-matlab/RF_Class_C/README.txt , 3255
20170106RF_Matlab/randomforest-matlab/RF_Class_C/Version_History.txt , 1470
20170106RF_Matlab/randomforest-matlab/RF_Class_C/classRF_predict.m , 2166
20170106RF_Matlab/randomforest-matlab/RF_Class_C/classRF_train.m , 14829
20170106RF_Matlab/randomforest-matlab/RF_Class_C/compile_linux.m , 557
20170106RF_Matlab/randomforest-matlab/RF_Class_C/compile_windows.m , 1718
20170106RF_Matlab/randomforest-matlab/RF_Class_C/data/X_twonorm.txt , 96300
20170106RF_Matlab/randomforest-matlab/RF_Class_C/data/Y_twonorm.txt , 600
20170106RF_Matlab/randomforest-matlab/RF_Class_C/data/twonorm.mat , 48856
20170106RF_Matlab/randomforest-matlab/RF_Class_C/mexClassRF_predict.mexw32 , 20992
20170106RF_Matlab/randomforest-matlab/RF_Class_C/mexClassRF_predict.mexw64 , 26624
20170106RF_Matlab/randomforest-matlab/RF_Class_C/mexClassRF_train.mexw32 , 32256
20170106RF_Matlab/randomforest-matlab/RF_Class_C/mexClassRF_train.mexw64 , 46080
20170106RF_Matlab/randomforest-matlab/RF_Class_C/precompiled_rfsub/win32/rfsub.o , 6848
20170106RF_Matlab/randomforest-matlab/RF_Class_C/precompiled_rfsub/win64/rfsub.o , 9840
20170106RF_Matlab/randomforest-matlab/RF_Class_C/rfsub.o , 9840
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/classRF.cpp , 33889
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/classTree.cpp , 8947
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/cokus.cpp , 7678
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/cokus_test.cpp , 1189
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/mex_ClassificationRF_predict.cpp , 5225
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/mex_ClassificationRF_train.cpp , 8545
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/qsort.c , 4676
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/rf.h , 5186
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/rfsub.f , 15851
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/rfutils.cpp , 9609
20170106RF_Matlab/randomforest-matlab/RF_Class_C/src/twonorm_C_wrapper.cpp , 9865
20170106RF_Matlab/randomforest-matlab/RF_Class_C/test_ClassRF_extensively.m , 604
20170106RF_Matlab/randomforest-matlab/RF_Class_C/tutorial_ClassRF.m , 10403
20170106RF_Matlab/randomforest-matlab/RF_Class_C/twonorm_C_devcpp.dev , 1783
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/Compile_Check_kcachegrind , 611
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/Compile_Check_memcheck , 623
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/Makefile , 1774
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/README.txt , 2750
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/Version_History.txt , 384
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/compile_linux.m , 952
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/compile_windows.m , 915
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/data/X_diabetes.txt , 110942
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/data/Y_diabetes.txt , 11492
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/data/diabetes.mat , 265664
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/diabetes_C_devc.dev , 1293
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/mexRF_predict.mexw32 , 10752
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/mexRF_predict.mexw64 , 11264
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/mexRF_train.mexw32 , 25600
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/mexRF_train.mexw64 , 34304
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/regRF_predict.m , 986
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/regRF_train.m , 12863
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/cokus.cpp , 7678
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/cokus_test.cpp , 1189
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/diabetes_C_wrapper.cpp , 11673
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/mex_regressionRF_predict.cpp , 3864
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/mex_regressionRF_train.cpp , 12391
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/qsort.c , 4676
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/reg_RF.cpp , 40291
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/src/reg_RF.h , 560
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/test_RegRF_extensively.m , 1364
20170106RF_Matlab/randomforest-matlab/RF_Reg_C/tutorial_RegRF.m , 9505
没有账号? 忘记密码?

社交账号快速登录