How to solve this error (Error using pnn (line7) 'model' parameter must be a string )
古いコメントを表示
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 件のコメント
madhan ravi
2018 年 10 月 5 日
編集済み: madhan ravi
2018 年 10 月 5 日
Upload .dat file
Bajdar Nour
2018 年 10 月 5 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Pattern Recognition についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!