Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I have exported a classifier from my Classification Learner App, and I am having an error using the model to predict. I am pasting the error from the Matlab

1 visualización (últimos 30 días)
  3 comentarios
Consult Ahmad
Consult Ahmad el 13 de Mayo de 2018
Editada: Consult Ahmad el 13 de Mayo de 2018
Hello Stephan, this is a classification model exported from the Classification Learner App. It just returns a trainedModel structure which is then used for prediction. I have used the car dataset and transformed it into a table of 100X8 matrix as follows: (100 instances and 8 features)
load carsmall cartable = table(Acceleration, Cylinders, Displacement,... Horsepower, Model_Year, MPG, Weight, Origin);
I fed that into the classifier and it generated the trainedModel classifier. I hope that helps
Consult Ahmad
Consult Ahmad el 13 de Mayo de 2018
I got the results. Now I can predict answers using the trainedModel classifier. just a little typo that brought it to the ground. anyways thanks Stephan

Respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by