IPersistable<T>.ToJson Method

Serializes the fitted model to a JSON string.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
string ToJson()

Return Value

String
A JSON string representation of the fitted model.

See Also