Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
i get error on svmtrain() ,i guess i need 6*12 vector i tried hard but get ths error?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
model=svmtrain(Features,labels);
Error using |
Matrix dimensions must agree.
Error in svmtrain (line 265) nans = any(isnan(training)|isnan(groupIndex),2);
my feature set is 6*12.
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!