photo

Elbert Abrea


Last seen: más de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta