登录
首页 » matlab » RandomForest_matlab

RandomForest_matlab

于 2020-12-23 发布 文件大小:572KB
0 1012
下载积分: 1 下载次数: 2105

代码说明:

  随机森林的matlab版本,重修改整理过的,可以直接拿来用,带实例。可以用来做回归法分析及分类。是机器学习中的快速有效的方法,基本不会产生过拟合。(Random Forest, an efficient regression and classification tool in area of machine learning. The Programms performs well and a demo is offered.)

文件列表:

RandomForest_matlab
...................\RandomForests
...................\.............\datas
...................\.............\.....\satimage
...................\.............\RF.mexw32,81920,2012-11-07
...................\.............\RF_demo.m,2536,2012-11-07
...................\.............\runRF.m,2616,2012-11-07
...................\.............\runRF_demo.m,546,2012-11-07
...................\.............\satimage.tra,525830,2012-11-07
...................\.............\satimage.txt,236745,2012-11-07
...................\.............\srbct.txt,1001856,2012-11-07
...................\.............\test_data.txt,28024,2012-11-07
...................\.............\trainData.txt,1188000,2012-11-07
...................\.............\train_data.txt,56048,2012-11-07
...................\randomForests.c,134216,2012-11-07
...................\ReadReadReadme!.txt,460,2012-11-07
...................\RF.c,32529,2012-11-07

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

发表评论

0 个回复

  • WienerFilter
    数字维纳FIR(有限长)滤波与理想滤波效果比较(wiener filter)
    2012-04-12 15:28:14下载
    积分:1
  • final-code
    This paper presents a new approach to image segmentation using Pillar K-means algorithm. This segmentation method includes a new mechanism for grouping the elements of high resolution images in order to improve accuracy and reduce the computation time. The system uses K-means for image segmentation optimized by the algorithm after Pillar. The Pillar algorithm considers the placement of pillars should be located as far from each other to resist the pressure distribution of a roof, as same as the number of centroids between the data distribution. This algorithm is able to optimize the K-means clustering for image segmentation in the aspects of accuracy and computation time. This algorithm distributes all initial centroids according to the maximum cumulative distance metric. This paper evaluates the proposed approach for image segmentation by comparing with K-means clustering algorithm and Gaussian mixture model and the participation of RGB, HSV, HSL and CIELAB color spaces.
    2014-08-18 13:27:11下载
    积分:1
  • Mod5
    用于大气辐射传输模型modtran5的matlab程序,可读取编辑tape5文件,运行modtran以及读取运行结果。(It provides a set of functions (called “methods” in object-oriented programming terminology) that ease the handling of MODTRAN cases. These include methods to read the tape5 file format into a Mod5 class “instance” or “object”, alter the case instance described in the file, write the tape5 format back to a file, run MODTRAN on the case and read various results from MODTRAN output files back into Matlab.)
    2014-11-06 16:37:07下载
    积分:1
  • optimalbeamform0
    全双工中继匹配接收和发送的优化子函数 全双工中继( Full-duplex relayOptimization Functions match sent and receivedFull-duplex relay)
    2015-05-10 18:21:09下载
    积分:1
  • 等效介质理论参数提取代码
    说明:  矢量网络法散将射参数转化为介电常数 本代码计算需要的输入值为:d(超材料厚度方向的周期常数),f(频率的变化范围),S(通过CST或HFSS软件计算得到的散射参数)(The vector network dispersion transforms the radiation parameters into the dielectric constant Input values required for calculation in this code are: D (periodic constant in the direction of metamaterial thickness), F (range of frequency variation), S(scattering parameters calculated by CST or HFSS software))
    2021-02-06 00:09:14下载
    积分:1
  • 101259378luv_rgb_yuv_lab_space_convert(2)
    Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
    2009-04-13 10:24:47下载
    积分:1
  • pls
    单因变量偏最小二乘回归matlab程序 程序尚不完善,固定提取了3个主成分,没有做寻求最佳主成分个数;没有做交叉有效性检验 (Single dependent variable and partial least squares regression matlab The program is not perfect, the fixed extract 3 principal components, do not seek the best number of principal components do not cross validation test)
    2015-04-20 17:49:20下载
    积分:1
  • fitplane
    Calculate the coefficent of a plane that fits better N 3d pints
    2010-01-20 04:34:40下载
    积分:1
  • matlab
    复杂网络的建模和分析程序,能够分析复杂网络的节点参数,进行重要度等计算(Modeling and analysis of complex network program, the ability to analyze complex network node parameters, for essential computing degree)
    2020-11-23 17:39:34下载
    积分:1
  • dispatchloss_eqs_p43
    Program to solve the power system economic dispatch
    2012-04-09 03:20:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载