How to set Sigma value in CompactClassificationSVM in Matlab

조회 수: 3 (최근 30일)
Diver
Diver 2015년 6월 28일
답변: Ilya 2015년 7월 1일
Hi;
I'm new to Matlab and I would like to set the value of Sigma for the class CompactClassificationSVM
I couldn't find away to set it's value. I tried for example;
CompactSVMModel.Sigma
But I got the error message:
Error using subsref
No appropriate method, property, or field 'Sigma' for class 'ClassificationECOC'.
Any clue?

채택된 답변

Ilya
Ilya 2015년 7월 1일
Binary SVM models trained by ECOC are saved in the BinaryLearners property, which is a cell array. You can't change the Sigma property (it's not writable), but you can see what it is for all learners.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by