登录
首页 » matlab » GASVM

GASVM

于 2006-11-30 发布 文件大小:1635KB
0 244
下载积分: 1 下载次数: 399

代码说明:

  SVM程序用于小样本分析,模式识别。用于Matlab的平台。(SVM procedures for small samples for analysis and pattern recognition. Matlab for the platform.)

文件列表:

GA_SVM
......\ALLdataTest.m
......\ALLdataTrain.m
......\mainGA7.m
......\osu_svm3.00
......\...........\cmap.mat
......\...........\Contents.m
......\...........\demo
......\...........\....\c_clademo.m
......\...........\....\c_lindemo.m
......\...........\....\c_poldemo.m
......\...........\....\c_rbfdemo.m
......\...........\....\c_svcdemo.m
......\...........\....\DemoData_class.mat
......\...........\....\DemoData_test.mat
......\...........\....\DemoData_train.mat
......\...........\....\one_rbfdemo.m
......\...........\....\osusvmdemo.m
......\...........\....\SVMClassifier.mat
......\...........\....\u_clademo.m
......\...........\....\u_lindemo.m
......\...........\....\u_poldemo.m
......\...........\....\u_rbfdemo.m
......\...........\....\u_svcdemo.m
......\...........\demos.m
......\...........\LinearSVC.m
......\...........\mexSVMClass.dll
......\...........\mexSVMClass.m
......\...........\mexSVMClass.mexglx
......\...........\mexSVMClass.mexhp7
......\...........\mexSVMClass.mexsol
......\...........\mexSVMTrain.dll
......\...........\mexSVMTrain.m
......\...........\mexSVMTrain.mexglx
......\...........\mexSVMTrain.mexhp7
......\...........\mexSVMTrain.mexsol
......\...........\Normalize.m
......\...........\one_RbfSVC.m
......\...........\PolySVC.m
......\...........\RbfSVC.m
......\...........\Scale.m
......\...........\SVMClass.m
......\...........\SVMPlot.m
......\...........\SVMPlot2.m
......\...........\SVMTest.m
......\...........\SVMTrain.m
......\...........\u_LinearSVC.m
......\...........\u_PolySVC.m
......\...........\u_RbfSVC.m
......\Readme_of_GASVM.txt
......\selectGA7.m
......\svmc7.m
Read me.txt

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

发表评论

0 个回复

  • horizontal
    Vertical Lines detection
    2010-12-02 02:47:17下载
    积分:1
  • T135_export
    涡格法计算现行气动力的matlab代码,用于飞机机翼概念设计阶段的气动力评估(Tornado is a Vortex Lattice Method for linear aerodynamic wing design applications in conceptual aircraft design or in aeronautical education)
    2013-08-24 09:54:34下载
    积分:1
  • img-filter
    an adaptive median filter
    2012-11-14 15:01:54下载
    积分:1
  • circle_beampattern
    三维圆环阵波束图,对学习雷达声纳信号方面的同学很有帮助!!!!!!(3D ring array beam pattern, helpful to students learning radar sonar signal! ! ! ! ! !)
    2012-11-20 10:51:26下载
    积分:1
  • MMSEReceiverforDS-SSinAWGNChannel
    MMSE Receiver for DS-SS in AWGN Channel,这是一个完整的系统仿真程序(MMSE Receiver for DS-SS in AWGN Channel, this is a complete system simulation program)
    2010-07-31 15:56:36下载
    积分:1
  • DCT域隐藏
    当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下(when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for*.* (take care not to lose a single quote) x, y election Hiding information )
    2005-06-12 12:08:55下载
    积分:1
  • wavelet_tour
    我又找到的一个matlab的最新工具箱,能解决很多问题,由于内容很杂,有这方面需要的朋友不妨下载看看,仔细研究一下,或许有新的发现(I found one of the latest Matlab Toolbox can solve many problems, since the content is very complicated, and a need of a friend may wish to download look carefully, there may be a new discovery)
    2006-05-18 21:01:09下载
    积分:1
  • emdppt
    emd用MATLAB编程,用幻灯片演示,很形象直观(emd MATLAB programming, using slide shows, a very visual image)
    2007-05-19 10:15:41下载
    积分:1
  • Edge-detection
    对细胞图片进行边缘检测和标注出每个细胞,并且统计细胞数目(Image edge detection on the cell and label of each cell, and statistics the number of cells)
    2011-11-03 23:03:55下载
    积分:1
  • MME-stegonography-matlab
    matlab实现的MME(modified matrix encoding)隐写算法 可成功运行(the MME (modified matrix encoding) steganographic algorithm which can successfully run)
    2013-07-30 19:26:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载