i got matlab result?.......any one explain this result?

1 次查看(过去 30 天)
mlp = svmtrain(data,labels,'Kernel_Function','mlp','Method','SMO');
mlp =
SupportVectors: [40x2 double]
Alpha: [40x1 double]
Bias: 0.0404
KernelFunction: @mlp_kernel
KernelFunctionArgs: {}
GroupNames: [45x1 double]
SupportVectorIndices: [40x1 double]
ScaleData: [1x1 struct]
FigureHandles: []
  4 个评论
Dhines
Dhines 2013-2-15
编辑:Walter Roberson 2013-2-15
yes sir...well i write my algorithm here.
the Training examples:
x0 =[x1, x2 . . . xk . . .X_l ]^T,
Class labels: y = [y1, y2 . . . yk . . . y_l ]^T
Subset of surviving features: s= [1, 2 . . . n]
x = x0(:,s)
Train the classifier: α= SVM-train(x,y).
having some steps, i implement so far. for alpha i got matlab result as i shown before. please explain what its contains?

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2013-2-15
mip.Alpha is your vector of Alpha results.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by