How to understand mean absolute error percentage?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi , there. I am trying to understand what is real meaning for Mean absolute error percentage and what its job when testing dataset. I need small briefing which can explain with some simple examples.
0 件のコメント
回答 (1 件)
Ramesh Bala
2020 年 7 月 14 日
MAPE= mean((abs(ye-Yv))./Yv)
Yv=Real values vector
ye=Neural Network model's estimated values
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!