IPersistable<T>.From Json Method
Reconstructs a fitted model from a JSON string.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
A reconstructed fitted model instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
T FromJson(
string json
)Parameters
- json String
- The JSON string representation of the model.
Return Value
TA reconstructed fitted model instance.