资源简介

libsvm是台湾林智仁开发的支持向量机工具箱,非常有名。该资源中包含了其matlab最新版libsvm-mat-weights-3.0-1。作者利用此工具箱编写了一个多类识别的问题,对于svm的学习非常有帮助。该程序拥有良好界面,经过测试,可以放心使用。

资源截图

代码片段和文件信息

function varargout = libsvmlearn(varargin)
% LIBSVMLEARN M-file for libsvmlearn.fig
%      LIBSVMLEARN by itself creates a new LIBSVMLEARN or raises the existing
%      singleton*.
%
%      H = LIBSVMLEARN returns the handle to a new LIBSVMLEARN or the handle to
%      the existing singleton*.
%
%      LIBSVMLEARN(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in LIBSVMLEARN.M with the given input arguments.
%
%      LIBSVMLEARN(‘Property‘‘Value‘...) creates a new LIBSVMLEARN or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before libsvmlearn_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are p

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-04-03 19:32  svm\
     目录           0  2011-04-03 19:32  svm\libsvm-mat-weights-3.0-1\
     文件        1497  2010-03-19 06:52  svm\libsvm-mat-weights-3.0-1\COPYRIGHT
     文件       28904  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\heart_scale.mat
     文件         544  2009-12-31 14:39  svm\libsvm-mat-weights-3.0-1\heart_scale.wgt
     目录           0  2011-04-03 19:32  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\
     文件        1497  2010-03-19 06:52  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\COPYRIGHT
     文件       28904  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\heart_scale.mat
     文件         544  2009-12-31 14:39  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\heart_scale.wgt
     文件        3823  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\libsvmread.c
     文件        2123  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\libsvmwrite.c
     文件         273  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\make.m
     文件        1462  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\Makefile
     文件        3656  2011-03-12 16:36  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\OneNote 目录.onetoc2
     文件        9181  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\README
     文件        1271  2010-04-02 23:16  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\README.weight
     文件       64311  2010-09-15 18:47  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\svm.cpp
     文件        3283  2010-09-15 18:47  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\svm.h
     文件        9060  2010-09-15 18:47  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\svmpredict.c
     文件       12450  2010-09-15 18:47  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\svmtrain.c
     文件        7694  2010-09-15 18:47  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\svm_model_matlab.c
     文件         201  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvm-mat-weights-3.0-1\svm_model_matlab.h
     文件        3823  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvmread.c
     文件       20480  2011-03-14 23:53  svm\libsvm-mat-weights-3.0-1\libsvmread.mexw32
     文件        2123  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\libsvmwrite.c
     文件       20480  2011-03-14 23:54  svm\libsvm-mat-weights-3.0-1\libsvmwrite.mexw32
     文件         273  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\make.m
     文件        1462  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\Makefile
     文件        3656  2011-03-12 16:36  svm\libsvm-mat-weights-3.0-1\OneNote 目录.onetoc2
     文件        9181  2009-12-31 11:11  svm\libsvm-mat-weights-3.0-1\README
     文件        1271  2010-04-02 23:16  svm\libsvm-mat-weights-3.0-1\README.weight
............此处省略15个文件信息

评论

共有 条评论