Struct leaf::solver::confusion_matrix::Accuracy [] [src]

pub struct Accuracy {
    // some fields omitted
}

The accuracy of the predictions in a ConfusionMatrix.

Used to print the accuracy.

Trait Implementations

impl Display for Accuracy

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Copy for Accuracy

impl Clone for Accuracy

fn clone(&self) -> Accuracy

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Accuracy

fn fmt(&self, __arg_0: &mut Formatter) -> Result