Struct ndarray_glm::model::ModelBuilderData [−][src]
pub struct ModelBuilderData<'a, M, Y, F> where
M: Glm,
Y: Response<M>,
F: 'static + Float, { /* fields omitted */ }
Expand description
Holds the data and all the specifications for the model and provides functions to adjust the settings.
Implementations
A builder to generate a Model object
Represents an offset added to the linear predictor for each data point. This can be used to control for fixed effects or in multi-level models.
Do not add a constant term to the design matrix
Set the tolerance for the co-linearity check. The check can be effectively disabled by setting the tolerance to a negative value.
Auto Trait Implementations
impl<'a, M, Y, F> RefUnwindSafe for ModelBuilderData<'a, M, Y, F> where
F: RefUnwindSafe,
M: RefUnwindSafe,
Y: RefUnwindSafe,
impl<'a, M, Y, F> Sync for ModelBuilderData<'a, M, Y, F> where
F: Sync,
M: Sync,
Y: Sync,
impl<'a, M, Y, F> Unpin for ModelBuilderData<'a, M, Y, F> where
F: Unpin,
M: Unpin,
impl<'a, M, Y, F> UnwindSafe for ModelBuilderData<'a, M, Y, F> where
F: RefUnwindSafe + UnwindSafe,
M: UnwindSafe,
Y: RefUnwindSafe,