photo

Elbert Abrea


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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);...

4 years ago | 1 answer | 0

1

answer

Question


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 =...

4 years ago | 1 answer | 0

1

answer