登录
首页 » matlab » tree

tree

于 2020-11-03 发布
0 247
下载积分: 1 下载次数: 20

代码说明:

说明:  决策树 随机森林 解决分类和回归问题 并且可以进行特征提取 特征选择(Decision tree Random forest solves classification and regression problems and can perform feature extraction feature selection)

文件列表:

DecisionTrees, 0 , 2019-12-31
DecisionTrees\data.mat, 86267 , 2009-11-29
DecisionTrees\html, 0 , 2019-12-31
DecisionTrees\html\main.html, 16031 , 2015-10-17
DecisionTrees\html\main.png, 3675 , 2015-10-17
DecisionTrees\html\main_01.png, 39119 , 2015-10-17
DecisionTrees\html\main_02.png, 5341 , 2015-10-17
DecisionTrees\html\main_03.png, 29181 , 2015-10-17
DecisionTrees\html\main_04.png, 33141 , 2015-10-17
DecisionTrees\main.m, 2721 , 2015-10-17
RandomForest, 0 , 2019-12-31
RandomForest\RF_MexStandalone-v0.02.zip, 341091 , 2013-01-30
RandomForest\data.mat, 86267 , 2009-11-29
RandomForest\html, 0 , 2019-12-31
RandomForest\html\main.html, 16143 , 2015-10-17
RandomForest\html\main.png, 2407 , 2015-10-17
RandomForest\html\main_01.png, 8813 , 2015-10-17
RandomForest\html\main_02.png, 5388 , 2015-10-17
RandomForest\main.m, 2591 , 2015-10-17
RandomForest\randomforest-matlab, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C\Compile_Check, 856 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\Makefile, 2693 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\Makefile.windows, 2523 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\README.txt, 3128 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\Version_History.txt, 1311 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\classRF_predict.m, 2166 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\classRF_train.m, 14829 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\compile_linux.m, 557 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\compile_windows.m, 1589 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\data, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C\data\X_twonorm.txt, 96300 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\data\Y_twonorm.txt, 600 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\data\twonorm.mat, 48856 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\mexClassRF_predict.mexw64, 26624 , 2015-10-17
RandomForest\randomforest-matlab\RF_Class_C\mexClassRF_train.mexw64, 43520 , 2015-10-17
RandomForest\randomforest-matlab\RF_Class_C\precompiled_rfsub, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C\precompiled_rfsub\linux64, 0 , 2020-01-04
RandomForest\randomforest-matlab\RF_Class_C\precompiled_rfsub\win32, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C\precompiled_rfsub\win32\rfsub.o, 6848 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\precompiled_rfsub\win64, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C\precompiled_rfsub\win64\rfsub.o, 9840 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\rfsub.o, 9840 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\src, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Class_C\src\classRF.cpp, 33889 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\src\classTree.cpp, 8947 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\src\cokus.cpp, 7678 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\src\cokus_test.cpp, 1189 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\src\mex_ClassificationRF_predict.cpp, 5225 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\src\mex_ClassificationRF_train.cpp, 8545 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\src\qsort.c, 4676 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\src\rf.h, 5186 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\src\rfsub.f, 15851 , 2009-04-25
RandomForest\randomforest-matlab\RF_Class_C\src\rfutils.cpp, 9609 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\src\twonorm_C_wrapper.cpp, 9865 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\tempbuild, 0 , 2020-01-04
RandomForest\randomforest-matlab\RF_Class_C\test_ClassRF_extensively.m, 604 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\tutorial_ClassRF.m, 10403 , 2009-05-17
RandomForest\randomforest-matlab\RF_Class_C\twonorm_C_devcpp.dev, 1783 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Reg_C\Compile_Check_kcachegrind, 611 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\Compile_Check_memcheck, 623 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\Makefile, 1774 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\README.txt, 2623 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\Version_History.txt, 253 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\compile_linux.m, 952 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\compile_windows.m, 801 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\data, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Reg_C\data\X_diabetes.txt, 110942 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\data\Y_diabetes.txt, 11492 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\data\diabetes.mat, 265664 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\diabetes_C_devc.dev, 1293 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\regRF_predict.m, 986 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\regRF_train.m, 12863 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\src, 0 , 2019-12-31
RandomForest\randomforest-matlab\RF_Reg_C\src\cokus.cpp, 7678 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\src\cokus_test.cpp, 1189 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\src\diabetes_C_wrapper.cpp, 11673 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\src\mex_regressionRF_predict.cpp, 3864 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\src\mex_regressionRF_train.cpp, 12391 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\src\qsort.c, 4676 , 2009-04-25
RandomForest\randomforest-matlab\RF_Reg_C\src\reg_RF.cpp, 40291 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\src\reg_RF.h, 560 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\tempbuild, 0 , 2020-01-04
RandomForest\randomforest-matlab\RF_Reg_C\test_RegRF_extensively.m, 1364 , 2009-05-17
RandomForest\randomforest-matlab\RF_Reg_C\tutorial_RegRF.m, 9505 , 2009-05-17

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

发表评论

0 个回复

  • MATLAB_optimization_calculation
    matlab最优化计算,包括多种优化算法。(matlab optimization calculation, including a variety of optimization algorithms)
    2021-03-09 21:59:27下载
    积分:1
  • Upload_EZW128
    用小波实现图像编码的程序,很有用的··希望对大家有用。(Wavelet image coding procedures to achieve, very useful)
    2010-07-19 17:35:35下载
    积分:1
  • ME
    说明:  利用最小熵法球时间延迟,可以用在TDOA定位中(The ball by the time delay of minimum entropy method can be used in TDOA positioning)
    2010-11-03 16:28:46下载
    积分:1
  • nijukongzhi
    阀控液压马达力控系统模型,实现扭矩控制,液压阀为伺服阀(valve control hydralic motor of T_control)
    2013-03-17 19:03:07下载
    积分:1
  • Chan_Algorithm
    Y.T.Chan在其论文中提出一种具有解析表达式解的非递归双曲线方程组解法,该算法具有计算量小,速度快,且当TDOA参数估计误差服从高斯分布的情况下,定位精度较高。 本程序借鉴Chan论文中提出的算法,基于MATLAB程序,在已知TDOA估计参数的情况下,对信号源位置进行估计。 希望能够对研究 干扰源定位、无源定位的同志提供帮助。(YTChan in his paper presents a solution with the analytical expression for the non-recursive solution of hyperbolic equations, the algorithm has calculated the amount of small, fast, and when the TDOA estimation error of Gaussian distribution in the case, positioning accuracy than high. The papers presented in the program learn from Chan algorithm, MATLAB-based program, known TDOA estimation parameters in the case, the signal source location estimates. Hope to the study of interference location, passive positioning of the comrades to help.)
    2021-04-28 19:58:44下载
    积分:1
  • minFunc_2009
    matlab minFunc source codes
    2012-01-25 07:41:22下载
    积分:1
  • THD
    说明:  可计算任意波形THD的小工具,非常方便;修改其输入波形即可得出结果(A tool for calculate THD)
    2020-10-10 21:17:34下载
    积分:1
  • zigzager
    Zigzag scanner of 2d matrix or images! it is usefull to convert the images or matrixes for comrepssion
    2010-05-07 17:46:44下载
    积分:1
  • DOB
    干扰观测器的,即DOB实现,提供详细的matlab代码。(Disturbance Observer.)
    2020-12-04 15:49:24下载
    积分:1
  • mse
    利用matlab实现的最小二乘法的计算,可以利用在处理信号和进行数值计算的时候(Using matlab realize the least squares method of calculation can be utilized in signal processing and numerical calculation time)
    2013-11-08 09:55:26下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载