photo

Elbert Abrea


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How do I find the weights of my support vector model?

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Any idea how to fix fitcsvm code of mine, the program runs in 2016a but as I installed 2018a I get this error of svmtrain saying svmtrain was removed and suggested to use fitcsvm so i changed it to fitcsvm but an error occurred.
SPECTF = csvread('ThesisDataW1v2.csv'); labels = SPECTF(:,1); features = SPECTF(:,2:end); features_sparse = sparse(features);...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Hello everyone! I have problem at line 8 and it states Wrong input format at line 1. Hope you could help me thank you! Godbless
Here is my code: SPECTF = csvread('ThesisDataW1v3.csv'); labels = SPECTF(:,1); features = SPECTF(:,2:end); features_sparse =...

5年弱 前 | 1 件の回答 | 0

1

回答