initialCoefficients property

Matrix? initialCoefficients

Coefficients which were used at the very first learning iteration.

The value is read-only, it's a hyperparameter of the model

Implementation

Matrix? get initialCoefficients;