필터 지우기
필터 지우기

PNN probability

조회 수: 1 (최근 30일)
Tai Fei
Tai Fei 2011년 8월 4일
답변: Veera Kanmani 2018년 4월 20일
hi,
I am using the newpnn to simulate a PNN in matlab. Since at the pattern layer of the network the class of a test is given by the one with maximum probability, how can i output this probability in matlab ?
I have tried the sim function. It has an output "perf", but we it is applied to the net created by newpnn, matlab gives me the error message as follows:
[Y,Pf,Af,E,perf] = sim(net,P) ??? Error using ==> feval Invalid function name ''
Error in ==> network.sim at 213 perf = feval(net.performFcn,E,Y,net,net.performParam);
who can help to solve this problem ? Thanks a lot

답변 (1개)

Veera Kanmani
Veera Kanmani 2018년 4월 20일
https://in.mathworks.com/matlabcentral/fileexchange/11880-parzen-pnn
https://in.mathworks.com/matlabcentral/answers/85857-how-to-give-feature-as-input-to-pnn-probabilistic-neural-network

태그

Community Treasure Hunt

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

Start Hunting!

Translated by