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

조회 수: 1 (최근 30일)
Bajdar Nour
Bajdar Nour 2018년 10월 5일
댓글: Bajdar Nour 2018년 10월 5일
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
Bajdar Nour
Bajdar Nour 2018년 10월 5일
Dear @madhan ravi, I cant uploaded them as .dat (File format is unsupported).I uploaded them as a .mat files

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by