登录
首页 » matlab » tree

tree

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

  • work1
    codes for matlab software
    2009-04-21 17:44:03下载
    积分:1
  • bessel
    bessel函数求根,求解bessel函数的前20个根(root of bessel)
    2010-12-22 11:50:27下载
    积分:1
  • m-sequence
    一个可以直接应用于扩频系统的m序列仿真,m序列具有很好的自相关性,是在扩频系统中应用最广的伪随机码,本程序可以直接在matlab上运行,对于扩频系统的学习有很大帮助。(Can be directly applied to a m-sequence spread spectrum system simulation, m sequences with good autocorrelation in the spread spectrum system, the most widely used pseudo-random code, the program can be run directly in matlab for Spread Spectrum Systems of great help in learning.)
    2011-05-12 16:08:08下载
    积分:1
  • proficient-MATLAB
    matlab相關教學書籍matlab相關教學書籍matlab相關教學書籍(proficient MATLAB)
    2011-05-17 11:25:27下载
    积分:1
  • Contents
    向量运算程序 很适合机器人坐标向量运算 实用(Vector operations procedures and practical)
    2012-11-22 17:10:16下载
    积分:1
  • EmailParser
    Email parser in C# dotnet
    2013-12-28 23:59:00下载
    积分:1
  • rgc
    递推算法与最小二乘具有相同的结构,但基本原理不同(Recursive algorithm has the same structure as least square, but the basic principle is different.)
    2018-07-18 17:15:03下载
    积分:1
  • MATLAB-5.X-entry-and-application
    MATLAB 5.X入门与应用MATLAB 5.X entry and application(MATLAB 5.X entry and application)
    2011-10-28 14:21:11下载
    积分:1
  • initnode.tcl.tar
    implement node in network
    2014-12-26 14:43:10下载
    积分:1
  • MDP
    说明:  机器学习 马可夫决策 策略迭代 MATLAB代码(MDP policy iteration)
    2020-06-15 22:55:01下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载