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.