登录
首页 » Visual C++ » randomforest-matlab

randomforest-matlab

于 2020-06-29 发布 文件大小:324KB
0 152
下载积分: 1 下载次数: 249

代码说明:

  一个随机森林的实现源码,非常实用,可以下载看看(A the random forest realization source very practical and can be downloaded)

文件列表:

randomforest-matlab
...................\RF_Class_C
...................\..........\classRF_predict.m,2166,2009-05-17
...................\..........\classRF_train.asv,14874,2011-11-09
...................\..........\classRF_train.m,14829,2009-05-17
...................\..........\htm" target=_blank>Compile_Check,856,2009-04-25
...................\..........\compile_linux.m,557,2009-05-17
...................\..........\compile_windows.m,1589,2009-05-17
...................\..........\data
...................\..........\....\twonorm.mat,48856,2009-04-25
...................\..........\....\X_twonorm.txt,96300,2009-04-25
...................\..........\....\Y_twonorm.txt,600,2009-04-25
...................\..........\Makefile,2693,2009-05-17
...................\..........\Makefile.windows,2523,2009-05-17
...................\..........\precompiled_rfsub
...................\..........\.................\linux64
...................\..........\.................\win32
...................\..........\.................\.....\rfsub.o,6848,2009-04-25
...................\..........\.................\win64
...................\..........\.................\.....\rfsub.o,9840,2009-04-25
...................\..........\README.txt,3128,2009-05-17
...................\..........\rfsub.o,9840,2009-04-25
...................\..........\src
...................\..........\...\classRF.cpp,33889,2009-05-17
...................\..........\...\classTree.cpp,8947,2009-05-17
...................\..........\...\cokus.cpp,7678,2009-04-25
...................\..........\...\cokus_test.cpp,1189,2009-04-25
...................\..........\...\mex_ClassificationRF_predict.cpp,5225,2009-05-17
...................\..........\...\mex_ClassificationRF_train.cpp,8545,2009-05-17
...................\..........\...\qsort.c,4676,2009-04-25
...................\..........\...\rf.h,5186,2009-05-17
...................\..........\...\rfsub.f,15851,2009-04-25
...................\..........\...\rfutils.cpp,9609,2009-05-17
...................\..........\...\twonorm_C_wrapper.cpp,9865,2009-05-17
...................\..........\tempbuild
...................\..........\test_ClassRF_extensively.m,604,2009-05-17
...................\..........\tutorial_ClassRF.asv,10438,2011-11-09
...................\..........\tutorial_ClassRF.m,10403,2009-05-17
...................\..........\twonorm_C_devcpp.dev,1783,2009-04-25
...................\..........\Version_History.txt,1311,2009-05-17
...................\RF_Reg_C
...................\........\htm" target=_blank>Compile_Check_kcachegrind,611,2009-04-25
...................\........\htm" target=_blank>Compile_Check_memcheck,623,2009-04-25
...................\........\compile_linux.m,952,2009-05-17
...................\........\compile_windows.m,801,2009-05-17
...................\........\data
...................\........\....\diabetes.mat,265664,2009-04-25
...................\........\....\X_diabetes.txt,110942,2009-04-25
...................\........\....\Y_diabetes.txt,11492,2009-04-25
...................\........\diabetes_C_devc.dev,1293,2009-04-25
...................\........\Makefile,1774,2009-05-17
...................\........\README.txt,2623,2009-05-17
...................\........\regRF_predict.m,986,2009-05-17
...................\........\regRF_train.m,12863,2009-05-17
...................\........\src
...................\........\...\cokus.cpp,7678,2009-04-25
...................\........\...\cokus_test.cpp,1189,2009-04-25
...................\........\...\diabetes_C_wrapper.cpp,11673,2009-05-17
...................\........\...\mex_regressionRF_predict.cpp,3864,2009-05-17
...................\........\...\mex_regressionRF_train.cpp,12391,2009-05-17
...................\........\...\qsort.c,4676,2009-04-25
...................\........\...\reg_RF.cpp,40291,2009-05-17
...................\........\...\reg_RF.h,560,2009-05-17
...................\........\tempbuild
...................\........\test_RegRF_extensively.m,1364,2009-05-17
...................\........\tutorial_RegRF.m,9505,2009-05-17
...................\........\Version_History.txt,253,2009-05-17

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

发表评论

0 个回复

  • pic16f630_sn
    这个是EV1527的标准解码程序,电动型,四建功能独立。
    2009-04-07 10:39:41下载
    积分:1
  • DE_cPP
    标标的差分进化算法,1995年由R.Storn提出。一种全局搜索最优的方法,以简单高效,可靠,鲁棒性好著称。(Standard target differential evolution algorithm, proposed in 1995 by R.Storn. A global search for the optimal approach to simple and efficient, reliable, known for its good robustness.)
    2013-11-21 23:11:07下载
    积分:1
  • nas
    从libnids得到TCP重组的数据,当libnids的状态为NIDS_JUST_EST时,表示TCP建立连接,在此时给TCP流增加一个flow_id用来标识此连接;当libnids的状态为NIDS_DATA时,表示接受数据,当有新的数据到达时,根据flow_id把数据push到相应的流表中,为之后的数据分析做准备。因此,可以在此框架上增加符合http协议的应用解析(Data TCP libnids restructuring, when libnids status to NIDS_JUST_EST, said the TCP connection is established, at the same time adds a flow_id to TCP flow is used to identify this connection When libnids status to NIDS_DATA, accepted data, when new data arrives, according to flow_id to push data to the corresponding flow table, prepare the way for after data analysis. Can be increased on this framework, therefore, in accordance with the application of the HTTP protocol parsing)
    2015-02-02 17:44:36下载
    积分:1
  • biandui
    多个机器人编队控制 形成统一队形到达目标点的程序(robot path)
    2013-08-05 00:12:02下载
    积分:1
  • liaotianshi
    winsock聊天室(winsock Chat Room)
    2005-01-11 10:36:36下载
    积分:1
  • IOCP
    实现服务器发送结构体到客户端 联合开发网 - pudn.com
    2012-02-14 14:51:44下载
    积分:1
  • Test_1
    BP神经网络 c++实现 可以自定义网络规模以及学习速率,BP只支持sigmoid网络(BP neural network implementation)
    2015-12-01 18:12:48下载
    积分:1
  • 20081122465071
    允许用户网络chat交流并且更新,共享文件 (Internet chat allows users to exchange and update, share files)
    2010-07-07 18:37:13下载
    积分:1
  • SipRecordServer
    在vc++下通过ip端口抓取数据包,获取音频数据进行处理(In vc++ crawl through the ip port packet)
    2013-11-07 16:26:26下载
    积分:1
  • 1234
    轻松获得计算机网络接口信息的一个软件。记忆visual c++(Easy access to information on a computer network interface software. Memory visual c++)
    2011-07-22 16:40:46下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载