pub type MultiOutputMLPRegressor<S = Untrained> = MultiOutputMLP<S>;Expand description
Multi-Output MLP Regressor
This is a specialized version of MultiOutputMLP for regression tasks. It automatically configures the network for multi-output regression.
Aliased Type§
pub struct MultiOutputMLPRegressor<S = Untrained> { /* private fields */ }Implementations§
Source§impl MultiOutputMLPRegressor<Untrained>
impl MultiOutputMLPRegressor<Untrained>
Sourcepub fn new_regressor() -> Self
pub fn new_regressor() -> Self
Create a new regressor with appropriate defaults