登录
首页 » matlab » 利用多棵树对样本进行训练 Matlab

利用多棵树对样本进行训练 Matlab

于 2017-01-06 发布 文件大小:441KB
0 230
下载积分: 1 下载次数: 35

代码说明:

  随机森林指的是利用多棵树对样本进行训练并预测的一种分类器,包括两个方面:数据的随机性选取,以及待选特征的随机选取。(Random forest refers to the use of more than one tree to sample the training and prediction of a classifier, including two aspects: random selection of data, as well as the characteristics of random selection.)

文件列表:

20170106RF_Matlab
.................\randomforest-matlab
.................\...................\RF_Class_C
.................\...................\..........\classRF_predict.m,2166,2009-05-17
.................\...................\..........\classRF_train.m,14829,2009-05-17
.................\...................\..........\htm" target=_blank>Compile_Check,856,2009-04-25
.................\...................\..........\compile_linux.m,557,2009-05-17
.................\...................\..........\compile_windows.m,1718,2010-02-06
.................\...................\..........\data
.................\...................\..........\....\twonorm.mat,48856,2009-04-25
.................\...................\..........\....\X_twonorm.txt,96300,2009-04-25
.................\...................\..........\....\Y_twonorm.txt,600,2009-04-25
.................\...................\..........\Makefile,2693,2009-05-17
.................\...................\..........\Makefile.windows,2523,2009-05-17
.................\...................\..........\mexClassRF_predict.mexw32,20992,2010-02-06
.................\...................\..........\mexClassRF_predict.mexw64,26624,2010-02-06
.................\...................\..........\mexClassRF_train.mexw32,32256,2010-02-06
.................\...................\..........\mexClassRF_train.mexw64,46080,2010-02-06
.................\...................\..........\precompiled_rfsub
.................\...................\..........\.................\linux64
.................\...................\..........\.................\win32
.................\...................\..........\.................\.....\rfsub.o,6848,2009-04-25
.................\...................\..........\.................\win64
.................\...................\..........\.................\.....\rfsub.o,9840,2009-04-25
.................\...................\..........\README.txt,3255,2010-02-06
.................\...................\..........\rfsub.o,9840,2009-04-25
.................\...................\..........\src
.................\...................\..........\...\classRF.cpp,33889,2009-05-17
.................\...................\..........\...\classTree.cpp,8947,2009-05-17
.................\...................\..........\...\cokus.cpp,7678,2009-04-25
.................\...................\..........\...\cokus_test.cpp,1189,2009-04-25
.................\...................\..........\...\mex_ClassificationRF_predict.cpp,5225,2009-05-17
.................\...................\..........\...\mex_ClassificationRF_train.cpp,8545,2009-05-17
.................\...................\..........\...\qsort.c,4676,2009-04-25
.................\...................\..........\...\rf.h,5186,2009-05-17
.................\...................\..........\...\rfsub.f,15851,2009-04-25
.................\...................\..........\...\rfutils.cpp,9609,2009-05-17
.................\...................\..........\...\twonorm_C_wrapper.cpp,9865,2009-05-17
.................\...................\..........\tempbuild
.................\...................\..........\test_ClassRF_extensively.m,604,2009-05-17
.................\...................\..........\tutorial_ClassRF.m,10403,2009-05-17
.................\...................\..........\twonorm_C_devcpp.dev,1783,2009-04-25
.................\...................\..........\Version_History.txt,1470,2010-02-06
.................\...................\RF_Reg_C
.................\...................\........\htm" target=_blank>Compile_Check_kcachegrind,611,2009-04-25
.................\...................\........\htm" target=_blank>Compile_Check_memcheck,623,2009-04-25
.................\...................\........\compile_linux.m,952,2009-05-17
.................\...................\........\compile_windows.m,915,2010-02-06
.................\...................\........\data
.................\...................\........\....\diabetes.mat,265664,2009-04-25
.................\...................\........\....\X_diabetes.txt,110942,2009-04-25
.................\...................\........\....\Y_diabetes.txt,11492,2009-04-25
.................\...................\........\diabetes_C_devc.dev,1293,2009-04-25
.................\...................\........\Makefile,1774,2009-05-17
.................\...................\........\mexRF_predict.mexw32,10752,2010-02-06
.................\...................\........\mexRF_predict.mexw64,11264,2010-02-06
.................\...................\........\mexRF_train.mexw32,25600,2010-02-06
.................\...................\........\mexRF_train.mexw64,34304,2010-02-06
.................\...................\........\README.txt,2750,2010-02-06
.................\...................\........\regRF_predict.m,986,2009-05-17
.................\...................\........\regRF_train.m,12863,2009-05-17
.................\...................\........\src
.................\...................\........\...\cokus.cpp,7678,2009-04-25
.................\...................\........\...\cokus_test.cpp,1189,2009-04-25
.................\...................\........\...\diabetes_C_wrapper.cpp,11673,2009-05-17
.................\...................\........\...\mex_regressionRF_predict.cpp,3864,2009-05-17
.................\...................\........\...\mex_regressionRF_train.cpp,12391,2009-05-17
.................\...................\........\...\qsort.c,4676,2009-04-25
.................\...................\........\...\reg_RF.cpp,40291,2009-05-17
.................\...................\........\...\reg_RF.h,560,2009-05-17
.................\...................\........\tempbuild
.................\...................\........\test_RegRF_extensively.m,1364,2009-05-17
.................\...................\........\tutorial_RegRF.m,9505,2009-05-17
.................\...................\........\Version_History.txt,384,2010-02-06
.................\README_Windows_binary.txt,1200,2010-02-06

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

发表评论

0 个回复

  • MATLAB_funcHelp
    how to build a function in matlab
    2013-04-14 03:34:23下载
    积分:1
  • webinar_walk_through
    1. Linear Model Estimation: using time and frequency domain data 2. Nonlinear Black Box Model Estimation 3. Nonlinear Grey Box Model Estimation
    2012-01-13 18:33:12下载
    积分:1
  • wvtf
    说明:  柯恩类时频分布演示例程,实现信号的二次型时频分布(Cohen Class Time-Frequency Distribution demo routines to achieve signal-quadratic time-frequency distribution)
    2008-10-13 10:31:46下载
    积分:1
  • kuihiu_v64
    小波包分析提取振动信号中的特征频率,采用累计贡献率的方法,相关分析过程的matlab方法。( Wavelet packet analysis to extract vibration signal characteristic frequency, The method of cumulative contribution rate Correlation analysis process matlab method.)
    2016-06-03 16:51:25下载
    积分:1
  • text2
    用Simulink中的SimPowersystem完成一个转速、电流双闭环直流调速系统的设计与仿真。采用三相桥式整流,平波电抗器Lp的大小可根据根据仿真调整。给出电机在空载启动,以及在2.5S后加额定负载时转速、电流、电压的变化曲线,并结合调速理论分析这些曲线。(With Simulink in SimPowersystem complete a speed, current double-loop DC speed design and simulation system. Three-phase bridge rectifier, smoothing reactors Lp size can be adjusted according to the simulation. Start the motor load is given, and the speed curve when the rated load after 2.5S, current, voltage, speed and theoretical analysis of these binding curves.)
    2014-01-17 09:43:22下载
    积分:1
  • raman_lidar_sim
    Simulation of a Raman Lidar system
    2014-02-07 21:43:08下载
    积分:1
  • frequency-hopping-spread-spectrum
    跳扩频信号的时频分析,对研究信号检测与参数估计的非常有帮助,时频图清晰明了,很好的程序(When frequency hopping spread spectrum signal analysis, the study of signal detection and parameter estimation is very helpful, time-frequency diagram clarity, good program)
    2014-06-20 00:14:08下载
    积分:1
  • Prim
    matlab 经典程序 classic最佳生成树(matlab classic classic best spanning tree procedure)
    2008-08-02 12:05:09下载
    积分:1
  • fdatool
    matlab当中的滤波器工具(调用及制作)的使用文档(matlab doc)
    2011-11-12 14:53:39下载
    积分:1
  • power
    潮流计算的好程序,c++,潮流计算的好程序,c++(Good program flow calculation, c++)
    2014-02-21 00:13:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载