[][src]Function simple_ml::logistic_predict

pub fn logistic_predict(
    matrix1: &Vec<Vec<f64>>,
    beta: &Vec<Vec<f64>>
) -> Vec<Vec<f64>>