登录
首页 » matlab » tree

tree

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

  • qam_communication
    _通信原理_中数字基带信号的计算机仿真 希望给大家带来帮助(communication principle _ _ digital base-band signals in the computer simulation we hope to bring help)
    2007-04-28 11:44:30下载
    积分:1
  • segitiga-matlab
    this is to make a triangle wave in matlab
    2013-09-11 10:04:23下载
    积分:1
  • tpc-single
    tpc power control algorithm in single cell
    2012-11-08 04:12:00下载
    积分:1
  • turbo
    turbo码的编码与译码,交织器 coding and decoding of turbo, interleaver(coding and decoding of turbo, interleaver, almost regular permutation)
    2013-12-08 20:58:20下载
    积分:1
  • matlabgui
    基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的亮度变换,图像锐化,灰度变换,截图,DCT变换,任意旋转,直方均衡。中值滤波等功能。(MATLAB-GUI-based graphical user interface of the digital image processing software system based GUI graphical interface, write code using matlab language, to achieve transformation functions include image brightness, image sharpening, gray-scale transformation, screenshots, DCT transform, arbitrary rotation, histogram equalization. Median filtering.)
    2016-03-09 11:21:24下载
    积分:1
  • DCT4_org
    This will take the DCT of an image Coefficient matrix calculated first and after multiplied with image matrix 4X4.very efficient code.
    2009-06-09 23:12:06下载
    积分:1
  • moving
    moving average filter matlab implementation
    2010-12-30 15:28:12下载
    积分:1
  • m_seq
    说明:  利用MATLAB实现的产生M序列的程序及自动产生本原多项式的程序(MATLAB achieved using M sequences generated automatically generated procedures and procedures for primitive polynomial)
    2009-08-12 14:10:58下载
    积分:1
  • ex92.m
    speech analysis windowing of speech signal
    2012-04-12 14:39:05下载
    积分:1
  • main
    利用参数辨识法提取相关对准参数,从而估计出陀螺漂移和数学平台偏角并进行补偿。仿真结果表明,开路罗经法对准具有较高的对准精度、较好的快速性,能够满足捷联惯导系统在静基座下实现自对准的要求。(Expressions of mathematical platform misalignment angles of the open-loop algorithm are derived and parameter identification method is used to pick-up the corresponding coefficients from angle measurements in order to identify and compensate gyro drifts and platform misalignment.The simulation results show that the open circuit gyrocompass alignment of SINS can all meet the requirement of SINS initial alignment with high accuracy and quick reaction on static base. thus can meet the high-precision alignment requirement of carrier based inertial navigation system on swinging base. )
    2014-02-09 15:52:36下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载