• 大小: 6KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: Matlab
  • 标签: 模式识别  SVM  MATLAB  

资源简介

基于MATLAB的SVM 供给大家学习啊啊啊啊 啊 啊啊啊啊啊啊

资源截图

代码片段和文件信息

function [test_targets a_star] = SVM(train_patterns train_targets test_patterns params)

% Classify using (a very simple implementation of) the support vector machine algorithm

% Inputs:
%  train_patterns - Train patterns
% train_targets - Train targets
%   test_patterns   - Test  patterns
% params         - [kernel kernel parameter solver type Slack]
%                     Kernel can be one of: Gauss RBF (Same as Gauss) Poly Sigmoid or Linear
%                     The kernel parameters are:
%                       RBF kernel  - Gaussian width (One parameter)
%                       Poly kernel - Polynomial degree
%                       Sigmoid     - The slope and constant of the sigmoid (in the format [1 2] with no separating commas)
%     Linear - None n

评论

共有 条评论