登录
首页 » matlab » 随机森林

随机森林

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

  • centers
    用于实现求取图像中几个区域的质心,并画在图像中!初学者可以看看!(To find the centres of the objects and show them in the picture!)
    2009-10-10 20:18:59下载
    积分:1
  • CPP.Visual.Studio.2008
    C++.Visual.Studio.2008教材(C++.Visual.Studio.2008 textbooks)
    2012-06-23 01:10:42下载
    积分:1
  • LJSZAQJ430
    仓库系统,功能分为两大块,包含八个类别,事务处理包括仓库信息,入库管理,出库管理,借货管理,数据查询包括货物信息,入库表单()
    2017-10-28 10:13:40下载
    积分:1
  • a
    说明:   Gsm手机(短信息,电话簿)开发库C++源代码 (Gsm mobile phone (SMS messages, phone book) the development of library C++ Source code)
    2008-11-22 21:18:00下载
    积分:1
  • matlabduomubiao
    说明:  nsga是用于多目标计算的源程序!非常的好用!(nsga is calculated for multi-objective source! Very easy to use!)
    2008-09-26 10:25:30下载
    积分:1
  • miusiepen
    添加噪声处理,利用最小二乘法进行拟合多元非线性方程,研究生时的现代信号处理的作业。( Add noise processing, Multivariate least squares fitting method of nonlinear equations, Modern signal processing jobs when the graduate.)
    2017-05-23 00:02:33下载
    积分:1
  • MUSIC算法MATLAB程序
    说明:  MUSIC算法MATLAB程序 music算法的matlab实现,可以直接由信号的快拍采样计算功率谱。可以用来分析多普勒频移(MUSIC algorithm matlab program The matlab implementation of music algorithm can directly calculate the power spectrum from the snapshot sampling of the signal. Can be used to analyze Doppler shift)
    2019-10-27 16:19:28下载
    积分:1
  • hg228
    实现六自由度运动学逆解算法,包括随机梯度算法,相对梯度算法,包括四元数的各种计算。( Six degrees of freedom to achieve inverse kinematics algorithm, Including stochastic gradient algorithm, the relative gradient algorithm, Including quaternion various calculations.)
    2017-06-02 14:34:07下载
    积分:1
  • glo
    c语言编程调用gpu硬件资源,在global函数中调用global函数,主要是并行程序调用并行(C language programming calls GPU hardware resources and global function in global function, mainly parallel program calls parallel)
    2020-06-21 04:40:01下载
    积分:1
  • slidingmode2
    刘金坤老师的滑模控制程序,可以实现对非线性,系统参数部分未知的系统控制。有一定的抗干扰能力(Liujinkun teachers sliding mode control procedures can be achieved right nonlinear system parameters part of the unknown system. A certain degree of anti-jamming capability)
    2006-06-20 16:47:34下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载