Skip to main content

root_mean_squared_error

Function root_mean_squared_error 

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