登录
首页 » matlab » 随机森林

随机森林

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

  • ppcl
    用于频谱测量的非常好的labview程序,运行无误。(Spectrum measurements for a very good LabVIEW program, run correctly.)
    2009-01-15 22:08:25下载
    积分:1
  • VehicleDynamicSimulationwithMATLAB
    ,建立车体6个自由度加上前轮转向系统1个 自由度的汽车数学模型;该汽车数学模型不需引入很多的人为假设;可以实现给定汽车前轮转角,也可以不给定前轮 转角;不依赖需要复杂测定的侧向力函数及相关模型参数;考虑了轮胎的滚动特性(, 6 degree of freedom body set up with front-wheel steering system a degree of freedom mathematical model of the vehicle mathematical model of the motor vehicle without the introduction of the assumption that a lot of man-made can achieve a given vehicle' s front wheel angle, it may not give pre-set rotation angle do not rely on the complexity of the determination of the required lateral force function and the related model parameters taking into account characteristics of the tire rolling)
    2009-03-29 19:01:22下载
    积分:1
  • ECI_ECEF
    ECI与ECEF转换关系,卫星轨道模型方法,应用相关(ECI and ECEF conversion relation, satellite orbit model method, application correlation)
    2018-01-22 20:42:07下载
    积分:1
  • Maltab
    说明:  常用建模方法及其MATLAB源程序,包括线性规划,灰色预测,神经网络,遗传算法,粒子群算法等算法的MATLAB源程序(Common modeling methods and MATLAB source program, including linear programming, grey prediction, neural network, genetic algorithm, particle swarm optimization algorithm and other algorithms of MATLAB source program)
    2019-03-06 06:14:54下载
    积分:1
  • part3
    书籍课程源代码郭天祥10天学会51单片机课程例程第三篇(Book course source code Guo Tianxiang 10 days learn 51 SCM course routines third)
    2017-05-15 17:23:54下载
    积分:1
  • tiqu
    说明:  提取信号七个基于瞬时信息的特征:零中心归一化瞬时幅度功率谱密度的最大值,零中心归一化瞬时幅度绝对值的标准偏差,零中心非弱信号段瞬时相位非线性分量绝对值标准偏差,零中心非弱信号段瞬时相位非线性分量标准偏差,零中心归一化的非弱信号段瞬时频率绝对值的标准偏差,一个信号段的归一化瞬时频率功率谱密度的最大值,根据信号 QPSK 和16QAM在 XI 轴投影的不同表现,提出特征参数。(Extraction based on instantaneous information signal of seven characteristics: zero center normalized instantaneous amplitude of the maximum power spectral density, zero-center normalized standard deviation of the instantaneous rate of absolute zero center section of non-weak signal instantaneous phase nonlinear component absolute value of standard deviation, non-zero center section of the weak signal non-linear component of the standard deviation of the instantaneous phase, zero-center non-normalized absolute value of the weak signal section of the standard deviation of the instantaneous frequency of a signal segment of the normalized power spectral density of instantaneous frequency maximum, according to the signal QPSK and 16QAM in the XI-axis projection of the different performance of the proposed characteristic parameters.)
    2010-05-04 16:32:23下载
    积分:1
  • QOSTBC
    说明:  几种准正交空时分组码的性能比较代码 已经调试过(Several quasi-orthogonal STBC Performance Comparison debugging code has been)
    2008-11-20 21:44:44下载
    积分:1
  • s1
    说明:  用C语言实现求取无约束条件下n维极值的单纯形法,可供初学者参考(The simplex method to obtain the n-dimensional extremum under unconstrained conditions is implemented in C language, which can be used as reference for beginners)
    2019-12-06 09:25:15下载
    积分:1
  • PLC
    精品课程《 电气控制与PLC》教学课件 燕山大学(Excellent Course " Electrical Control and PLC" Yanshan University Courseware)
    2011-05-12 18:06:53下载
    积分:1
  • sorcecode
    c++程序设计书(Liang)(全)中源码包括所有例题源码(the sorce code of c++ programming)
    2010-06-23 21:02:42下载
    积分:1
  • 696524资源总数
  • 103791会员总数
  • 67今日下载