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

Returns the fraction of outputs rows which match their target.