i got matlab result?.......any one explain this result?
Show older comments
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 Comments
Walter Roberson
on 15 Feb 2013
How does this differ from what you expected ?
Dhines
on 15 Feb 2013
Walter Roberson
on 15 Feb 2013
Have you read the description of the output arguments in http://www.mathworks.com/help/bioinfo/ref/svmtrain.html ?
Dhines
on 15 Feb 2013
Edited: Walter Roberson
on 15 Feb 2013
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!