资源简介
这是SVM的具体代码,里面有详细的说明使用和测试图片,欢迎下载。SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。
代码片段和文件信息
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‘;‘*.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-12-10 16:03 SVM_GUI_3.1[mcode]{by faruto}\
文件 20001 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\SVC.fig
文件 52376 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\SVC.m
文件 2753 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\SVM_GUI.fig
文件 3675 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\SVM_GUI.m
文件 23716 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\SVR.fig
文件 64762 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\SVR.m
文件 1142 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\readme.txt
文件 13206 2014-12-04 10:32 SVM_GUI_3.1[mcode]{by faruto}\test.mat
目录 0 2014-12-10 16:03 SVM_GUI_3.1[mcode]{by faruto}\testdata\
文件 235397 2014-12-10 16:03 SVM_GUI_3.1[mcode]{by faruto}\testdata\data.mat
文件 911 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\testdata\fisheriris_test.mat
文件 3801 2014-12-04 10:44 SVM_GUI_3.1[mcode]{by faruto}\testdata\mydata.mat
文件 568 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\testdata\regress_test.mat
文件 6089 2014-12-04 10:30 SVM_GUI_3.1[mcode]{by faruto}\testdata\wine_test.mat
文件 1288704 2014-12-10 15:23 SVM_GUI_3.1[mcode]{by faruto}\testdata\zz.xls
文件 38602 2014-12-04 10:47 SVM_GUI_3.1[mcode]{by faruto}\测试集的实际分类和预测分类.jpg
文件 52092 2014-12-04 10:46 SVM_GUI_3.1[mcode]{by faruto}\适应度曲线.jpg
- 上一篇:用户故事地图 pdf
- 下一篇:combobox实现下拉框多选
相关资源
- NIST随机数静态测试
- 软件测试——购物网站毕业设计,性
- 企业侧应急响应的典型场景与案例分
- hog+svm行人检测分类器训练
- 手势识别代码上,下,左,右
-
VLC Pla
yer for Unity插件使用测试工程 - 《用户体验度量中文版》
- ping小工具.rar
- 半导体材料测试与分析
- 显卡显存测试工具GTX560或以下的都可
- 使用FDDB数据集测试自己的人脸框架的
- Spherical near-field antenna measurements
- 离散数学第三版方世昌课后答案,及
- 全程软件测试__朱少民
- 深度学习word2vector测试语料text8
- [软件测试][(美)Ron Patton中文电子版
- ODM onvif测试工具
- DEVMGR研华板卡测试程序
- OPC服务器测试软件
- STS8200 测试系统手册
- 博电PW继电保护测试仪软件
- Adb工具及测试模式开启
- PacketSender
- sipp 压力测试 原创脚本
- VS2017+QT5.9.1+大漠插件测试工程
- OPC UA客户端程序,可测试OPCUA服务器
- svm-车牌识别正负样本
- 基于Gabor+PCA+SVM的性别识别(3)
- 基于Gabor+PCA+SVM的性别识别(1)
- 《数学与程序设计》习题测试数据
评论
共有 条评论