Static Public Member Functions | |
static Scalar | NRMSE (af::array trueY, af::array predY) |
Normalized Root Mean Square Error. More... | |
static Scalar | ND (af::array trueY, af::array predY) |
Normalized Deviation. More... | |
static Scalar | MASE (af::array trueY, af::array predY) |
Mean Absolute Scaled Error. More... | |
Definition at line 20 of file FgMetrics.h.
|
static |
Normalized Root Mean Square Error.
Hmetal T, 13/08/2022.
trueY | The true y coordinate. |
predY | The predicted y coordinate. |
|
static |
Normalized Deviation.
Hmetal T, 13/08/2022.
trueY | The true y coordinate. |
predY | The predicted y coordinate. |
|
static |
Mean Absolute Scaled Error.
Hmetal T, 13/08/2022.
trueY | The true y coordinate. |
predY | The predicted y coordinate. |