登录
首页 » matlab » 随机森林

随机森林

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

  • formula4
    Optimization of 2 dimensional Labyrinth (Maze) representation for tiny memory
    2009-06-25 16:27:47下载
    积分:1
  • emitter-detection-book-master
    说明:  电子战辐射源探测与定位随书光盘,这本书分为三个部分:探测,到达角估计,和地理定位。每一节从介绍相关信号处理理论(检测或估计)开始,然后提供一系列章节,涵盖实现所需最终产品的特定方法。(The book is divided into three parts: detection, angle of arrival estimation, and geolocation. Each section begins with an introductory chapter covering the relevant signal processing theory (either detection or estimation), then provides a series of chapters covering specific methods to achieve the desired end-product.)
    2020-08-05 22:26:02下载
    积分:1
  • boxstructuredesign
    沉箱结构图设计vb源码。输入参数,计算,在autocad中绘制结构图。(Caisson structure chart design vb source code. Input parameters, calculation, in autocad draw chart.)
    2010-02-14 13:33:28下载
    积分:1
  • data-structure-part2
    说明:  源码包括清华大学出版社数据结构书第4~6章对应的源码。个人认为比书上的一些代码还要精简。所有代码均通过调试运行(Source data structure including the Tsinghua University Press Book No. 4 ~ 6 s corresponds to the source. Personally think that the ratio of the number of books but also to streamline the code. Debug all the code to run through)
    2009-08-12 14:58:45下载
    积分:1
  • C++ Primer Plus-Addison Wesley (v.6)
    很不错的基础教程,英文版的,是文字排版,非扫描的,非常清晰。(Very good basic tutorial, the English version, text typesetting, non scanning, very clear.)
    2020-06-23 02:20:02下载
    积分:1
  • wvfilter
    维纳滤波matlab源程序,完全由自己编写的代码实现,没有涉及到内部函数,很容易理解(Wiener filtering matlab source code, written entirely by its own code to achieve, does not involve the internal functions, it is easy to understand)
    2010-02-18 14:35:52下载
    积分:1
  • pythonbcym_jb51
    说明:  Eric Matthes 编著的Python编程从入门到实践配套源码。(Eric Matthes compiled Python programming from entry to practice supporting source code.)
    2019-03-01 17:09:12下载
    积分:1
  • 特征空间ESB波束形成算法
    波束形成算法特征空间esb算法matlab程序仿真(Beamforming algorithm)
    2020-11-17 14:39:39下载
    积分:1
  • 格子Boltzmann
    格子Boltzmann方法模拟的相关书籍(Related Books on Lattice Boltzmann Simulation)
    2018-07-20 18:04:10下载
    积分:1
  • Matlab四旋翼simulink控制系统仿真
    说明:  四旋翼Matlab simulink 仿真(Four Rotor matlab simulink Simulation)
    2020-12-17 23:29:11下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载