Contents

MultivariateLinearRegressor

A multivariate linear regressor.

Declaration

struct MultivariateLinearRegressor<Scalar> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPoint

Overview

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

Default Implementations

See Also

Regressors