[][src]Function pyrus_nn::costs::mean_squared_error

pub fn mean_squared_error(
    y_true: ArrayView2<f32>,
    y_hat: ArrayView2<f32>
) -> f32

Determine the Mean Squared Error