Trait glmnet::GLMNet[][src]

pub trait GLMNet {
    fn is_dim_ok(&self, dim: (usize, usize)) -> bool;
fn fit(&self, y: &[f64], x: &[f64]) -> GLMNetPath; }

Required Methods

Implementors