登录
首页 » Visual C++ » SMATTLAB_svmmu

SMATTLAB_svmmu

于 2012-07-10 发布 文件大小:234KB
0 166
下载积分: 1 下载次数: 15

代码说明:

  支持向量机的Matlab实现,支持多分类,据有GGUI操作界面,简单易懂易懂,其中包含输入输出数据。 (Support multi-classification support vector machine, the Matlab implementation, according to GGUI operation interface, easy to understand and easy to understand, which contains the input and output data.)

文件列表:

SMATTLAB_svmmu
..............\MATLAB_svm_gui
..............\..............\1.mat,671,2006-05-11

..............\..............\cerror.asv,1509,2006-05-10
..............\..............\cerror.m,1507,2006-05-10
..............\..............\data
..............\..............\....\c2s.m,770,2006-05-10
..............\..............\....\check2ddata.asv,1204,2005-10-15
..............\..............\....\check2ddata.m,1177,2006-05-08
..............\..............\....\created.asv,868,2006-05-08
..............\..............\....\created.m,878,2006-05-09
..............\..............\....\createdata.asv,29214,2006-05-10
..............\..............\....\createdata.m,29214,2006-05-10
..............\..............\....\loadsets.asv,786,2006-05-10
..............\..............\....\loadsets.m,774,2006-05-12
..............\..............\....\loadsets2.m,776,2006-05-10
..............\..............\....\noname.mat,337,2006-05-12
..............\..............\....\plotdata2.m,465,2006-05-07
..............\..............\demosvm.asv,13939,2006-05-30
..............\..............\demosvm.fig,5387,2008-06-01
..............\..............\demosvm.m,14003,2006-06-06
..............\..............\function
..............\..............\........\bsvm2.m,5415,2006-05-11
..............\..............\........\bsvm2.m~,5362,2006-05-10
..............\..............\........\bsvm2_mex.dll,27648,2006-05-10
..............\..............\........\bsvm2_mex.mexglx,75973,2006-05-10
..............\..............\........\mvsvmclass.m,1918,2006-05-10
..............\..............\........\noname.mat,588,2006-05-10
..............\..............\........\oaasvm.asv,4548,2006-05-10
..............\..............\........\oaasvm.m,4550,2006-05-10
..............\..............\........\oaasvm.m~,4471,2006-05-10
..............\..............\........\oaosvm.m,4981,2008-06-03
..............\..............\........\oaosvm.txt,4046,2008-06-02
..............\..............\........\smo.m,3706,2006-05-10
..............\..............\........\smo_mex.dll,13824,2006-05-10
..............\..............\........\smo_mex.mexglx,66277,2006-05-10
..............\..............\........\svmclass.m,2447,2006-05-10
..............\..............\GUI_Designs
..............\..............\...........\Multi_BSVM__L2_soft_margi.fig,8883,2006-05-06
..............\..............\...........\Multi_BSVM__L2_soft_margi.m,6146,2006-05-24
..............\..............\...........\OAA_Multi_C_SVM.asv,5560,2006-05-10
..............\..............\...........\OAA_Multi_C_SVM.fig,8711,2006-05-06
..............\..............\...........\OAA_Multi_C_SVM.m,5560,2006-05-10
..............\..............\...........\OAO_Multi_SVM.asv,5274,2005-08-14
..............\..............\...........\OAO_Multi_SVM.fig,8634,2006-05-11
..............\..............\...........\OAO_Multi_SVM.m,5500,2008-06-03
..............\..............\kernels
..............\..............\.......\kernel.asv,1650,2006-05-12
..............\..............\.......\kernel.c,4074,2006-05-12
..............\..............\.......\kernel.dll,7680,2006-05-12
..............\..............\.......\kernel.m,1623,2006-05-12
..............\..............\.......\kernel.mexglx,60621,2006-05-12
..............\..............\.......\kernelproj.m,2112,2006-05-12
..............\..............\.......\kernelproj_mex.c,3521,2006-05-12
..............\..............\.......\kernelproj_mex.c~,3527,2006-05-12
..............\..............\.......\kernelproj_mex.dll,7680,2006-05-12
..............\..............\.......\kernelproj_mex.mexglx,60725,2006-05-12
..............\..............\.......\kernel_fun.c,3525,2006-05-12
..............\..............\.......\kernel_fun.h,1666,2006-05-12
..............\..............\noname.mat,694,2006-06-08
..............\..............\pentagon.mat,1634,2008-06-02
..............\..............\stprpath.asv,2372,2005-10-15
..............\..............\stprpath.m,2350,2006-05-12
..............\..............\SVM.fig,3894,2006-05-08
..............\..............\SVM.m,6405,2006-06-05
..............\..............\visual
..............\..............\......\fig2jpg.m,890,2006-05-30
..............\..............\......\marker_color.m,645,2006-05-08
..............\..............\......\marker_type.m,617,2006-05-08
..............\..............\......\pboundary.m,3647,2006-05-10
..............\..............\......\ppatterns.m,4475,2006-05-10

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

发表评论

0 个回复

  • TSP(GA)
    遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same. )
    2015-01-27 19:23:01下载
    积分:1
  • Matlab-Ga
    基于Matlab遗传算法的最优投资组合选择(Matlab genetic algorithm-based optimal portfolio selection)
    2013-05-10 20:20:55下载
    积分:1
  • Program_0.1
    Tutorial One (You should run it in the Command Window)
    2012-04-22 18:27:41下载
    积分:1
  • gaussianiir-20111112
    Fast Gaussian Convolution with Recursive Filtering.
    2014-01-07 08:43:21下载
    积分:1
  • guangxiantongxin
    光纤通信的书,里面有基于matlab的通信仿真(Optical fiber communication book, which has matlab-based communication simulation)
    2013-07-13 09:35:20下载
    积分:1
  • wavelet_transf
    小波变换进行图像压缩 采用matlab编程 (Wavelet transform for image compression Using matlab programming)
    2012-03-27 20:09:59下载
    积分:1
  • 2
    足球联赛采用主客场双循环赛制,胜一场得3分,平局各得1分,负一场得0分,联赛排名以积分多者在前,当两队(或多队)积分相同时,则净胜球(即进球数与失球数之差)多者在前,若净胜球相同,则进球数多者在前,若仍相同,则抽签或踢附加赛决定名次(这在联赛结束后进行,联赛未结束则两队名次并列,本程序不做这方面要求)。试编一程序统计最近一轮比赛后,各队积分及排名。(SOCCER PLAYER)
    2013-12-26 22:20:16下载
    积分:1
  • HUDxianshi
    模拟战斗机平显画面,实现ccrp投弹方式,速度高度表可动态显示(HUD screen fighter simulation to achieve ccrp bomb mode, speed altimeter dynamic display)
    2021-04-09 15:48:59下载
    积分:1
  • xcorr2
    控制台程序,实现matlab中xcorr2()函数,实现二维相关运算(xcorr2())
    2010-09-26 14:33:11下载
    积分:1
  • diagrameditor_docs
    For MDI Applications. It will be helpful.
    2014-09-27 13:28:30下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载