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§
§family: Family
§a0: Vec<f64>
§betas: Vec<f64>
§rsq: Vec<f64>
§lambda: Vec<f64>
§nlp: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GLMNetPath
impl RefUnwindSafe for GLMNetPath
impl Send for GLMNetPath
impl Sync for GLMNetPath
impl Unpin for GLMNetPath
impl UnwindSafe for GLMNetPath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more