资源简介
此SVM_GUI是基于libsvm-FarutoUltimate3.0,所以你需要实现安装该工具箱。会用libsvm-FarutoUltimate的朋友,这个GUI一看就会用,里面的参数的输入就是原来libsvm-FarutoUltimate里面的输入要求,不多说了。

代码片段和文件信息
function varargout = SVC(varargin)
% SVC M-file for SVC.fig
% SVC by itself creates a new SVC or raises the existing
% singleton*.
%
% H = SVC returns the handle to a new SVC or the handle to
% the existing singleton*.
%
% SVC(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in SVC.M with the given input arguments.
%
% SVC(‘Property‘‘Value‘...) creates a new SVC or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before SVC_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to SVC_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Edit the above text to modify the response to help SVC
% Last Modified by GUIDE v2.5 27-Jan-2010 21:44:15
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @SVC_OpeningFcn ...
‘gui_OutputFcn‘ @SVC_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before SVC is made visible.
function SVC_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to SVC (see VARARGIN)
% Choose default command line output for SVC
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes SVC wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = SVC_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
% javaframe = get(gcf‘Javaframe‘);
% set(javaframe‘Maximized‘1);
% --- Executes on button press in load.
function load_Callback(hobject eventdata handles)
% hobject handle to load (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
[filenamepathnamefilterindex] = uigetfile({‘*.mat‘;‘*.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 52376 2011-07-18 09:19 SVC.m
文件 2753 2011-07-18 09:20 SVM_GUI.fig
文件 3675 2010-01-26 21:14 SVM_GUI.m
文件 23716 2011-07-18 09:19 SVR.fig
文件 64762 2011-07-18 09:18 SVR.m
文件 911 2010-01-25 10:07 testdata\fisheriris_test.mat
文件 568 2010-02-02 15:06 testdata\regress_test.mat
文件 6089 2010-01-26 13:01 testdata\wine_test.mat
文件 1142 2011-07-18 09:23 readme.txt
文件 20001 2011-07-18 09:20 SVC.fig
目录 0 2010-02-02 20:57 testdata
----------- --------- ---------- ----- ----
175993 11
- 上一篇:8UFTP 8UFTP
- 下一篇:Beagle bone black 原理图
相关资源
- 嵌入式图形界面MiniGUI的示例程序9例
- STM32基于rt_thread操作系统的SDHC卡文件
- GUI银行管理系统
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- System Design Interview - An Insider’s Guide
- VCS lab 和 VCS lab guide
- 基于蚁群算法优化SVM的瓦斯涌出量预
- 基于模糊聚类和SVM的瓦斯涌出量预测
- easygui手册
- 英文原版-Certified Ethical Hacker CEH Foun
- Guide to Reliable Distributed Systems
- 基于CAN总线与ZigBee的瓦斯实时监测及
- Channel waveguides fabrication in bulk Lithium
- ARM嵌入式系统开发:软件设计与优化
- SVM-Light资料,使用说明
- 果蝇算法融合SVM的开采沉陷预测模型
- IT6802 Programming Guide
- CWAP Certified Wireless Analysis Professional
- BoW|Pyramid BoW+SVM进行图像分类
- Academic Writing--a practical guide for studen
- Unigui 1.50.0.1481(含keygen)
- 基于libsvm的图像分割代码
- 自己做的一个简单GUI扑克纸牌识别-
- 基于SVM及两类运动想象的多通道特征
- 小波包和SVM在轴承故障识别中的应用
- 林智仁教授最新版本LibSVM工具箱
- 台湾林教授的支持向量机libsvm
- 新闻分类语料
- 爬取豆瓣排行榜电影数据(含GUI界面
- libsvm-3.20
评论
共有 条评论