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

1 回表示 (過去 30 日間)
Dhines
Dhines 2013 年 2 月 15 日
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 件のコメント
Walter Roberson
Walter Roberson 2013 年 2 月 15 日
Have you read the description of the output arguments in http://www.mathworks.com/help/bioinfo/ref/svmtrain.html ?
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.
  3 件のコメント
Dhines
Dhines 2013 年 2 月 18 日
how to read the values from mip.Alpha
Walter Roberson
Walter Roberson 2013 年 2 月 18 日
What were you hoping to get out of the svm training process?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by