How to set Sigma value in CompactClassificationSVM in Matlab

1 回表示 (過去 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 Center および File ExchangeClassification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by