Struct openml::PredictiveAccuracy[][src]

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

Classification Accuracy: relative amount of correctly classified labels

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<T> MeasureAccumulator<T> for PredictiveAccuracy<T> where
    T: PartialEq
[src]

initialize new measure

update with one prediction

get resulting performance

update with multiple predictions

Auto Trait Implementations

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

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