Crate concision_linear
source ·Expand description
§Linear Models
This library implements the framework for building linear models.
Re-exports§
pub use self::model::Config;pub use self::model::Features;pub use self::model::Linear;pub use self::params::LinearParams;pub use self::traits::*;