MultivariateLinearRegressor
A multivariate linear regressor.
Declaration
struct MultivariateLinearRegressor<Scalar> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPointOverview
Unlike a LinearRegressor, a MultivariateLinearRegressor supports shaped array outputs with any number of elements. It also provides a wider range of training options better suited for large multi-dimensional regression.
Topics
Creating a regressor
Getting the configuration
Fitting
Fitting Progressively
Encoding and decoding
Supporting types
MultivariateLinearRegressor.ModelMultivariateLinearRegressor.AnnotationMultivariateLinearRegressor.ConfigurationMultivariateLinearRegressor.FeatureMultivariateLinearRegressor.Transformer