MATLAB Function Reference | Search  Help Desk |
error | See Also |
Computes the squared error of the mapping
Syntax
out=error(m,in,out)
Description
out=error(m,in,out)
for each output, the mean squared error is computed,
comparing predictions made on th basis of inputs in
to
reference outputs out
.