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

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

于 2017-01-06 发布 文件大小:441KB
0 92
下载积分: 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 个回复

  • matlabdesigning2
    通过fir1设计FIR滤波器,fir2设计任意频率响应的滤波器,采用卷积计算信号通过系统后响应(还原),采用fftfilt计算信号通过系统后响应,一个长序列和一个短序列的卷积。(Fir1 through FIR filter design, fir2 design the frequency response of any filter, the use of convolution calculation of the signal through the system to respond to (restore), calculated using fftfilt signal through the system to respond to, a long sequence and a short sequence of convolution.)
    2008-05-30 07:25:40下载
    积分:1
  • echocanc
    program with demos , very helpful in understanding the concept of echo cancellation .based on matlab used its voicebox
    2010-03-09 09:55:51下载
    积分:1
  • exact_alm_rpca
    ALM fo Robust PCA,实现RPCA(ALM fo Robust PCA)
    2013-01-08 19:04:41下载
    积分:1
  • EM
    说明:  em algorithm used in GMM
    2010-11-21 01:56:37下载
    积分:1
  • pvsystem_grid_tied4
    光伏电池的matlab仿真模型,主要根据光伏电池的数学模型建立,可以仿真光伏电池随温度与光照条件变化的伏安特性。(Matlab simulation model for photovoltaic cells, photovoltaic cells based primarily on mathematical modeling, simulation of photovoltaic cells can be temperature and light conditions with changes in voltage characteristics.)
    2021-01-07 16:48:52下载
    积分:1
  • UNANR_Matlab
    There is a trend to develop blind or semi-blind source extraction algorithms based on second-order statistics, due to its low computation load and fast processing speed. An important and primary work is done by Barros and Cichocki, who propose an extraction algorithm based on a time delay. The algorithm is simple and fast, but its performance is not satisfying. The paper extends their work and proposes a robust algorithm based on eigenvalue decomposition of several delayed covariance matrices. It is faster and has better performance, which is conˉrmed by theoretical analysis and computer simulations.
    2015-03-01 18:01:49下载
    积分:1
  • jc1
    通信系统ofdm的比特分配算法 适合初学者 全部测试 可以使用(Ofdm communication system bit allocation algorithm is suitable for beginners all the tests can be used)
    2010-07-16 20:32:37下载
    积分:1
  • ACATSP
    蚁群算法的matlab实现程序代码,经过本人实际验证,能够很好的解决一些问题(Ant colony algorithm matlab implementation program code, after I actually verified, can well solve some of the problems)
    2013-09-11 23:48:53下载
    积分:1
  • Human-Walking
    对人行走时的微动特性进行了分析,采用时频分析技术展示了人行走的微多普勒效应,与国外相应分析文章结论一致。(Fretting characteristics of people walking were analyzed, using frequency analysis when the micro-Doppler effect shows people walking, consistent with the analysis of the article corresponding foreign conclusions)
    2021-04-09 16:09:00下载
    积分:1
  • Code_Dispersion_1D
    it is a code of dispersion relation of one dimension phononic crystal
    2016-03-28 05:57:17下载
    积分:1
  • 696524资源总数
  • 103957会员总数
  • 51今日下载