how to plot MSE while using newpnn

1 view (last 30 days)
i am working in location prediction and tried using newpnn() function. i want to know the MSE of my results. i tried using plot(tr.pref)but error message showing undefined "tr" came.

Accepted Answer

Greg Heath
Greg Heath on 31 Oct 2016
NEWPNN is a classifier which does not involve training.
See
help newpnn
doc newpnn
type newpnn
Hope this helps.
Greg

More Answers (0)

Community Treasure Hunt

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

Start Hunting!