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
Walter Roberson
2013년 2월 15일
Have you read the description of the output arguments in http://www.mathworks.com/help/bioinfo/ref/svmtrain.html ?
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!