Help, how can get result of classification using SVM with csv files ?

5 visualizaciones (últimos 30 días)
sumu nowshin
sumu nowshin el 11 de Ag. de 2018
Respondida: Bernhard Suhm el 3 de Oct. de 2018
I have two CSV files for training and testing

Respuestas (1)

Bernhard Suhm
Bernhard Suhm el 3 de Oct. de 2018
Use csvread to read those files into an array or table, train (or "fit") an SVM model on the trainings set using fitcsvm, and then use the predict function with your SVM model to generate predictions on the testing_set.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by