Type Alias ModelParams

Source
pub type ModelParams<A = f64, D = Ix2> = ModelParamsBase<OwnedRepr<A>, D>;

Aliased Typeยง

pub struct ModelParams<A = f64, D = Ix2> { /* private fields */ }