Contents

LinearRegressorModel

A trained linear regressor model.

Declaration

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

Topics

Creating a regressor model

Getting the properties

Performing the regression

See Also

Regressors