Skip to main content

mean_squared_error

Function mean_squared_error 

Source
pub fn mean_squared_error(
    actual: &[f64],
    predicted: &[f64],
) -> Result<f64, LossError>