RegularizedRegressionModel.ToJson Method

Serializes the fitted RegularizedRegressionModel to a JSON string.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public string ToJson()

Return Value

String
A JSON string representation of the fitted model.

Exceptions

InvalidOperationExceptionThrown if the model has not been fitted.

See Also