Struct ndarray_glm::model::ModelBuilder [−][src]
pub struct ModelBuilder<M: Glm> { /* fields omitted */ }
Expand description
Provides an interface to create the full model option struct with convenient type inference.
Implementations
Borrow the Y and X data where each row in the arrays is a new observation, and create the full model builder with the data to allow for adjusting additional options.
Auto Trait Implementations
impl<M> RefUnwindSafe for ModelBuilder<M> where
M: RefUnwindSafe,
impl<M> Send for ModelBuilder<M> where
M: Send,
impl<M> Sync for ModelBuilder<M> where
M: Sync,
impl<M> Unpin for ModelBuilder<M> where
M: Unpin,
impl<M> UnwindSafe for ModelBuilder<M> where
M: UnwindSafe,