Enum glmnet::Family[][src]

pub enum Family {
    Normal,
    Binomial,
    Multinomial,
    Poisson,
}

Variants

Trait Implementations

impl Debug for Family
[src]

Formats the value using the given formatter. Read more

impl Default for Family
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Family

impl Sync for Family