Struct openml::RootMeanSquaredError[][src]

pub struct RootMeanSquaredError<T> { /* fields omitted */ }

Root Mean Squared Error

Trait Implementations

impl<T: Debug> Debug for RootMeanSquaredError<T>
[src]

Formats the value using the given formatter. Read more

impl<T> MeasureAccumulator<T> for RootMeanSquaredError<T> where
    T: AsPrimitive<f64>, 
[src]

initialize new measure

update with one prediction

get resulting performance

update with multiple predictions

Auto Trait Implementations

impl<T> Send for RootMeanSquaredError<T> where
    T: Send

impl<T> Sync for RootMeanSquaredError<T> where
    T: Sync