ShallowModelParams

Type Alias ShallowModelParams 

Source
pub type ShallowModelParams<A, D = Ix2> = ShallowParamsBase<OwnedRepr<A>, D, A>;
Expand description

a type alias for an owned representation of the DeepParamsBase generic of type A and the dimension D.

Aliased Typeยง

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