How to converting cell to matrix for image based classification?

2 ビュー (過去 30 日間)
Nikhat Ali
Nikhat Ali 2021 年 8 月 31 日
回答済み: Robert U 2021 年 9 月 1 日
To train my data using SVM classifier, I am using 'fitcecoc' function, the input argument it takes must be matrix or table.
I am trying basic classification using only images not doing any feature extractiion. The feature vector that I created consist of nested cell which I am not able to convert into matrix. Please help
  2 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2021 年 8 月 31 日
編集済み: KALYAN ACHARJYA 2021 年 8 月 31 日
Have you tried with cell2mat of train vector, then apply the same?
Nikhat Ali
Nikhat Ali 2021 年 8 月 31 日
Yes I tried using that, it converts the cell to matrix. But still having error as training label and train vector not have same size.

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

採用された回答

Robert U
Robert U 2021 年 9 月 1 日
Hi Nikhat Ali,
Please have a look into documentation fitcecoc(). The way you call the function is not working since data format and data dimensions is not correct.
"trainvector" must be data type "double" or "single". Plus, the matrix is supposed to be sparse or full, and the length of "trainingLabels" must correspond to the number of observations.
I suppose, neither data type nor number of observations fit.
Kind regards,
Robert

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by