支持向量机matlab实现源码支持向量机matlab实现源代码.docVIP

  • 811
  • 0
  • 约1.14万字
  • 约 9页
  • 2017-01-05 发布于贵州
  • 举报

支持向量机matlab实现源码支持向量机matlab实现源代码.doc

支持向量机matlab实现源码支持向量机matlab实现源代码

edit svmtrain edit svmclassify edit svmpredict function [svm_struct, svIndex] = svmtrain(training, groupnames, varargin) %SVMTRAIN trains a support vector machine classifier % % SVMStruct = SVMTRAIN(TRAINING,GROUP) trains a support vector machine % classifier using data TRAINING taken from two groups given by GROUP. % SVMStruct contains information about the trained classifier that is % used by SVMCLASSIFY for classification. GROUP is a column vector of % values of the same length as TRAINING that defines two groups. Each % element of GROUP specifies the group the corresponding ro

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档