Function rusty_machine::analysis::score::row_accuracy [] [src]

pub fn row_accuracy(outputs: &Matrix<f64>, targets: &Matrix<f64>) -> f64

Returns the fraction of outputs rows which match their target.