Skip to main content
root_mean_squared_error
use_
optimization
0.0.1
use_optimization
Function
root_
mean_
squared_
error
Copy item path
pub fn root_mean_squared_error( actual: &[
f64
], predicted: &[
f64
], ) ->
Result
<
f64
,
LossError
>