how to plot MSE while using newpnn

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

NEWPNN is a classifier which does not involve training.
See
help newpnn
doc newpnn
type newpnn
Hope this helps.
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!