[][src]Function simple_ml::drop_column

pub fn drop_column(
    matrix: &Vec<Vec<f64>>,
    column_number: usize
) -> Vec<Vec<f64>>