std_dev::regression

Struct DynModel

source
pub struct DynModel { /* private fields */ }
Available on crate feature regression only.
Expand description

Generic model. This enables easily handling results from several models.

Implementations§

source§

impl DynModel

source

pub fn new(model: impl Predictive + Display + 'static) -> Self

Wrap model in a Box.

Trait Implementations§