how to plot MSE while using newpnn
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Greg Heath
2016 年 10 月 31 日
NEWPNN is a classifier which does not involve training.
See
help newpnn
doc newpnn
type newpnn
Hope this helps.
Greg
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!