Struct glmnet::GLMNetPath[][src]

pub struct GLMNetPath {
    pub family: Family,
    pub a0: Vec<f64>,
    pub betas: Vec<f64>,
    pub rsq: Vec<f64>,
    pub lambda: Vec<f64>,
    pub nlp: i32,
}

Fields

Trait Implementations

impl Debug for GLMNetPath
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GLMNetPath

impl Sync for GLMNetPath