IPersistable<T>.FromJson 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#
T FromJson(
	string json
)

Parameters

json  String
The JSON string representation of the model.

Return Value

T
A reconstructed fitted model instance.

See Also