登录
首页 » matlab » 随机森林

随机森林

于 2020-07-05 发布
0 306
下载积分: 1 下载次数: 9

代码说明:

说明:  随机森林算法与 Bagging 算法类似,均是基于 Bootstrap 方法重采样,产生多个训练集。不同的是,随机森林算法在构建决策树的时候,采用了随机选取分裂属性集的方法 本程序中,将乳腺肿瘤病灶组织的细胞核显微图像的 10 个量化特征作为模型的输入,良性乳腺肿瘤和恶性乳腺肿瘤作为模型的输出。用训练集数据进行随机森林分类器的创建,然后对测试集数据进行仿真测试,最后对测试结果进行分析。(Similar to bagging algorithm, random forest algorithm is based on bootstrap resampling to generate multiple training sets. The difference is that the random forest algorithm uses the method of randomly selecting the split attribute set when constructing the decision tree In this program, 10 quantitative features of nuclear microscopic image of breast tumor tissue are taken as the input of the model, and the benign and malignant breast tumor are taken as the output of the model. The training set data is used to create the random forest classifier, then the test set data is simulated and the test results are analyzed.)

文件列表:

随机森林, 0 , 2020-07-05
随机森林\MexStandalone, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\Compile_Check, 856 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\Makefile, 2693 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\Makefile.windows, 2523 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\README.txt, 3128 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\Version_History.txt, 1311 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\classRF_predict.m, 2166 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\classRF_train.m, 14829 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\compile_linux.m, 557 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\compile_windows.m, 1589 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\data, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\data\X_twonorm.txt, 96300 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\data\Y_twonorm.txt, 600 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\data\twonorm.mat, 48856 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\mexClassRF_predict.mexw32, 20480 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\mexClassRF_train.mexw32, 32256 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\precompiled_rfsub, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\precompiled_rfsub\linux64, 0 , 2020-07-05
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\precompiled_rfsub\win32, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\precompiled_rfsub\win32\rfsub.o, 6848 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\precompiled_rfsub\win64, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\precompiled_rfsub\win64\rfsub.o, 9840 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\rfsub.o, 9840 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\classRF.cpp, 33889 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\classTree.cpp, 8947 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\cokus.cpp, 7678 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\cokus_test.cpp, 1189 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\mex_ClassificationRF_predict.cpp, 5225 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\mex_ClassificationRF_train.cpp, 8545 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\qsort.c, 4676 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\rf.h, 5186 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\rfsub.f, 15851 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\rfutils.cpp, 9609 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\src\twonorm_C_wrapper.cpp, 9865 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\tempbuild, 0 , 2020-07-05
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\test_ClassRF_extensively.m, 604 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\tutorial_ClassRF.m, 10403 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Class_C\twonorm_C_devcpp.dev, 1783 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\Compile_Check_kcachegrind, 611 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\Compile_Check_memcheck, 623 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\Makefile, 1774 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\README.txt, 2623 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\Version_History.txt, 253 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\compile_linux.m, 952 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\compile_windows.m, 801 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\data, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\data\X_diabetes.txt, 110942 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\data\Y_diabetes.txt, 11492 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\data\diabetes.mat, 265664 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\diabetes_C_devc.dev, 1293 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\mexRF_predict.mexw32, 20480 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\mexRF_train.mexw32, 28672 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\regRF_predict.m, 986 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\regRF_train.m, 12863 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src, 0 , 2019-03-11
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\cokus.cpp, 7678 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\cokus_test.cpp, 1189 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\diabetes_C_wrapper.cpp, 11673 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\mex_regressionRF_predict.cpp, 3864 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\mex_regressionRF_train.cpp, 12391 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\qsort.c, 4676 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\reg_RF.cpp, 40291 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\src\reg_RF.h, 560 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\tempbuild, 0 , 2020-07-05
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\test_RegRF_extensively.m, 1364 , 2013-09-02
随机森林\MexStandalone\randomforest-matlab\RF_Reg_C\tutorial_RegRF.m, 9505 , 2013-09-02
随机森林\Readme.txt, 396 , 2013-09-02
随机森林\data.mat, 86267 , 2009-11-29
随机森林\main.m, 2566 , 2013-09-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 侯媛彬《系统辨识及其Matlab仿真》光盘附件
    说明:  系统辨识及其matlab仿真源码,对于学习控制方面的人来说是本不错的练习(System identification and MATLAB simulation source code.It's a good exercise for people in learning control)
    2021-01-22 10:52:19下载
    积分:1
  • 《Python编程》文件
    说明:  《Python编程》源代码文件,是这本python入门基础书的源代码(Python Programming Source Code File)
    2019-07-04 14:50:45下载
    积分:1
  • bkfsore
    广度优先搜索,查找不连通图。广度优先搜索算法,又译作宽度优先搜索,或横向优先搜索,是一种图形搜索算法。C语言,堆栈实现。(Breadth first search for disconnected graphs. The breadth-first search algorithm, also translated as breadth-first search or horizontal-first search, is a graphic search algorithm. C language, stack implementation.)
    2020-06-17 15:42:35下载
    积分:1
  • 混凝土开裂实例 ansys
    混凝土开裂实例 ansys命令流文件txt文件,非常适合初学者(Concrete cracking example ansys command stream file txt file, very suitable for beginners)
    2018-09-23 10:38:13下载
    积分:1
  • 斐波那契数列取余
    说明:  对斐波那契数列取余,输入长度,输出取余结果。(Redundancy of Fibonacci Sequences)
    2020-06-24 20:00:02下载
    积分:1
  • bp121
    matlab小波分析程序,包括回归分析和概率统计,最大信噪比的独立分量分析算法。( matlab wavelet analysis program, Including regression analysis and probability and statistics, SNR largest independent component analysis algorithm.)
    2017-04-20 17:24:40下载
    积分:1
  • 17794_结构分析的有限元法与Matlab程序设计程序
    说明:  利用M语言实现有限元编程,包含各种单元的应用,以及有限元的动力学求解(Finite element programming with Matlab)
    2020-05-23 23:08:10下载
    积分:1
  • Gravity_anomaly
    重力异常反演,《MATLAB程序设计及在地球物理中的应用》一书中的代码,手动敲的。(Gravity anomaly inversion, MATLAB programming and application in geophysics, a book of code, manual knock.)
    2017-03-29 13:51:44下载
    积分:1
  • 粒子滤波寿命预测(带数据)
    说明:  利用粒子滤波进行锂离子电池的循环寿命预测(Cycle life prediction of Li-ion battery by particle filter)
    2021-04-08 16:09:00下载
    积分:1
  • report_xkvqbijr_2017-7-21-15-18-17
    移动质量下的车桥耦合,可以改变参数,实现不同情况。(The quality of the mobile vehicle bridge coupling)
    2020-11-05 22:19:50下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载