Distance.MAE Method |
Name | Description | |
---|---|---|
![]() ![]() | MAE(Double[], Double[]) | Mean-Absolute Error (MAE), i.e. the normalized L1-norm (Manhattan) of the difference. |
![]() ![]() | MAE(Single[], Single[]) | Mean-Absolute Error (MAE), i.e. the normalized L1-norm (Manhattan) of the difference. |
![]() ![]() | MAE<T>(Vector<T>, Vector<T>) | Mean-Absolute Error (MAE), i.e. the normalized L1-norm (Manhattan) of the difference. |