登录
首页 » matlab » tree

tree

于 2020-11-03 发布
0 259
下载积分: 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 个回复

  • matlabex
    matlab 程序 专用于解答多项式 和 自动控制的各类习题 从我们老师那里拿过来的 鼎力推荐(matlab program dedicated to answering various types of polynomials and Automatic Control Exercises from our teachers take over where the full recommended)
    2008-03-29 13:39:08下载
    积分:1
  • canny.bianyuanjianche
    说明:  用canny算子对图像进行边缘检测,是matlab语言编辑的程序(Operators with a canny edge detection, is the matlab language editing of the program)
    2010-04-21 16:56:15下载
    积分:1
  • cconv
    用matlab实现了对于离散傅里叶变换求其循环卷积(Achieved with matlab discrete Fourier transform for the cyclic convolution)
    2010-05-16 17:09:17下载
    积分:1
  • PMSM_Control
    描述了永磁同步电机的原理与控制方法,是十分详细的一本教程.(Describe the PMSM control method. It s very helpful for motor control)
    2014-09-18 14:41:24下载
    积分:1
  • EX5
    duda 模式分类 第五章 上机练习代码(原创,不是网内流传的官方工具箱,比较全,大部分已调试)对应课后题的题号(Pattern Classification 2nd CH5 code practice)
    2015-03-22 19:43:19下载
    积分:1
  • ULA
    关于均匀线性阵列中阵元个数和阵元间距的matlab仿真例程(About a uniform linear array and the array element number of the array element spacing matlab simulation routines)
    2021-04-13 14:58:56下载
    积分:1
  • OFDM_simulation
    a method of ofdm simulation using matlab(a method of OFDM simulation using Matlab)
    2006-07-10 10:45:53下载
    积分:1
  • invmoments
    能求取放在M文件旁边文件的HU不变矩!经反复检验出错(Can strike the HU on the M-file next to the file the same moment!)
    2012-05-18 13:04:30下载
    积分:1
  • C
    说明:  数组应用实例:定义一个函数,显示结构各成员的值(Array Application Example: Define a function to display the value of each member of the structure)
    2014-11-24 11:35:54下载
    积分:1
  • hyconnect
    hysys and matlab link
    2009-10-15 19:36:48下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载