pub trait MultiTaskEstimator<C, E, F, X, Y>: Estimator<Config = C, Error = E, Float = F> + Predict<X, Y> { }
A trait that combines the Estimator and Predict traits.
Estimator
Predict