IPersistable<T>.To Json 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#
A JSON string representation of the fitted model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
string ToJson()Return Value
StringA JSON string representation of the fitted model.