Click or drag to resize

Distance.MAE Method

Overload List
 NameDescription
Public methodStatic memberMAE(Double[], Double[]) Mean-Absolute Error (MAE), i.e. the normalized L1-norm (Manhattan) of the difference.
Public methodStatic memberMAE(Single[], Single[]) Mean-Absolute Error (MAE), i.e. the normalized L1-norm (Manhattan) of the difference.
Public methodStatic memberMAE<T>(Vector<T>, Vector<T>) Mean-Absolute Error (MAE), i.e. the normalized L1-norm (Manhattan) of the difference.
Top
See Also