Table of Contents

Class ObservationModelTypeJsonConverter

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

Provides a type converter to convert between ObservationModelType and the corresponding Python string representation.

public class ObservationModelTypeJsonConverter : JsonConverter<ObservationModelType>
Inheritance
JsonConverter
JsonConverter<ObservationModelType>
ObservationModelTypeJsonConverter
Inherited Members
JsonConverter.CanRead
JsonConverter.CanWrite

Methods

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

Reads the JSON representation of the object.

WriteJson(JsonWriter, ObservationModelType, JsonSerializer)

Writes the JSON representation of the object.