支持向量机的matlab代码.docVIP

  • 275
  • 0
  • 约3.93万字
  • 约 35页
  • 2019-01-21 发布于江苏
  • 举报
支持向量机的matlab代码

支持向量机的matlab代码 Matlab中关于evalin帮助: EVALIN(WS,expression) evaluates expression in the context of the workspace WS. WS can be caller or base. It is similar to EVAL except that you can control which workspace the expression is evaluated in. [X,Y,Z,...] = EVALIN(WS,expression) returns output arguments from the expression. EVALIN(WS,try,catch) tries to evaluate the try expression and if that fails it evaluates the catch expression (in the current workspace). 可知evalin(base, algo)是对工作空间base中的algo求值(返回其值)。 如果是7.0以上版本 edit svmtrain edit svmclassify edit svmpredict function [svm_struct, svIn

文档评论(0)

1亿VIP精品文档

相关文档