MATLAB: How to calculate MAE in neural network toolbox

mae nn toolbox

Neural network toolbox doesn't calculate MAE, is there any way to do using toolbox? I can calculate RMSE from MSE value, but can i get MAE from MSE?

Best Answer

For list of available performance functions, type help nnperformance in the command window.