Table of Contents

Class ModelParametersJsonConverter

Namespace
Bonsai.ML.HiddenMarkovModels
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Provides a type converter to convert between ModelParameters and a JSON string representation.

public class ModelParametersJsonConverter : JsonConverter<ModelParameters>
Inheritance
JsonConverter
JsonConverter<ModelParameters>
ModelParametersJsonConverter
Inherited Members
JsonConverter.CanRead
JsonConverter.CanWrite

Methods

ReadJson(JsonReader, Type, ModelParameters, bool, JsonSerializer)

Reads the JSON representation of the object.

WriteJson(JsonWriter, ModelParameters, JsonSerializer)

Writes the JSON representation of the object.