登录
首页 » matlab » 随机森林

随机森林

于 2020-07-05 发布
0 295
下载积分: 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 个回复

  • chapter1
    采用免疫算法在MATLAB平台中进行物流中心选址分析,(The location of logistics center is analyzed by immune algorithm)
    2017-06-11 10:52:58下载
    积分:1
  • book
    各类型字节内存排列,上传一个代码是打印各个数据类型内存中排列的代码(All kinds of byte memory arrangement. Uploading a code is to print the code arranged in the memory of each data type.)
    2020-06-22 13:20:02下载
    积分:1
  • ANSYS.rar
    静力学和动力学分析方面的各种分析的命令流(Command flow for various analyzes)
    2018-01-06 21:16:37下载
    积分:1
  • 100
    《PB实用技巧集锦》适合新手,看了此书,pb成长应该会很块(" PB practical skills Collection" for novice, read the book, pb growth should be very block)
    2013-05-23 23:24:14下载
    积分:1
  • cours_stats
    cours statistiques et estimation
    2010-10-23 08:06:20下载
    积分:1
  • VB2010code
    文件是微软官方的VB2010学习资料的源码,适合初学者在学习过程中参考学习。(The document is the VB2010 learning of Microsoft' s official source of information for beginners to refer to learning in the learning process.)
    2012-07-15 18:35:03下载
    积分:1
  • python入门6-10章节练习
    说明:  优秀书籍,python入门,6-10章节的例子代码(Python book chapters 6-10 example source code)
    2020-02-04 11:41:14下载
    积分:1
  • GMM
    高斯混合模型,实测有效,适合各种维度的变量(gmm;gaussian mixture model;Gaussian Mixture Modeling)
    2020-06-21 09:40:02下载
    积分:1
  • signal_processing
    产生线性调频信号,可以是宽带,也可以是窄带信号。还有低通滤波器(A linear frequency modulated signal can be produced ,wideband or narrowband. There are also low-pass filters)
    2017-07-26 18:31:44下载
    积分:1
  • Umlessencethird
    uml建模经典书,通俗易懂的话语让你轻松学习建模语言(uml modeling classic book, easy to understand words so that you easily learn modeling language)
    2010-05-22 13:53:36下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载