The error function type. More...
Enumerations | |
enum | ErrT { Unset = 0, q2a2 = 1, q2a1 = 2, q1a1 = 3 } |
The error function type.
q2a2 corresponds to computing mean squared error (MSE), q2a1 to computing mean euclidean vector norm error (MEE), and q1a1 to computing mean absolute error (MAE).