Skip to main content

row_accuracy

Function row_accuracy 

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

Returns the fraction of outputs rows which match their target.