SmallLinearRegression

Type Alias SmallLinearRegression 

Source
pub type SmallLinearRegression = TypeSafeLinearModel<Untrained, Regression, 10>;
Expand description

Type alias for common fixed-size models

Aliased Typeยง

pub struct SmallLinearRegression { /* private fields */ }