Training SVM with features vectors of different sizes
2 ビュー (過去 30 日間)
表示 古いコメント
I want to train SVM to classify a normal and abnormal groups. To do that I supposed to extract the features using LoG with invariant scale. The problem is that the resulting features are vary in size. I added all of these features into a cell array. But SVM in MATLAB do not accept cell arrays as an input for the predictor data parameter (x) in the fitcsvm function Mdl = fitcsvm(X,Y). How can I solve this problem, please?
I was thinking of defining a zero matrix of rows (the samples) and columns (max feature size). Then concatenate the features in this matrix. But I do not know if this will affect the SVM training procedure. Any suggestions, please?
Thank you in advance
0 件のコメント
回答 (0 件)
参考
カテゴリ
Find more on Get Started with Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!