Generalized Linear Model.To Json Method
Serializes the fitted GeneralizedLinearModel to a JSON string.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
A JSON string representation of the fitted model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public string ToJson()Return Value
StringA JSON string representation of the fitted model.
Exceptions
| Invalid | Thrown if the model has not been fitted. |