Effacer les filtres
Effacer les filtres

How to solve this error (Error using pnn (line7) 'model' parameter must be a string )

1 vue (au cours des 30 derniers jours)
Bajdar Nour
Bajdar Nour le 5 Oct 2018
Commenté : Bajdar Nour le 5 Oct 2018
I have training and testing dataset,I want to classify them by using PNN classifier
load training1.dat
load testing1.dat
training = training1;
testing = testing1;
P = testing(:,[1,2,3,4,5,6,7,8]);
P=P';
Y = sim(training,P);
y = vec2ind(Y);
  2 commentaires
madhan ravi
madhan ravi le 5 Oct 2018
Modifié(e) : madhan ravi le 5 Oct 2018
Upload .dat file
Bajdar Nour
Bajdar Nour le 5 Oct 2018
Dear @madhan ravi, I cant uploaded them as .dat (File format is unsupported).I uploaded them as a .mat files

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by