Namespace Bonsai.ML.HiddenMarkovModels
Classes
- DeserializeFromJson
Deserializes a sequence of JSON strings into data model objects.
- ModelParameters
Represents the model parameters of a Hidden Markov Model (HMM).
- ModelParametersJsonConverter
Provides a type converter to convert between ModelParameters and a JSON string representation.
- PythonModel
An abstract class for creating a Python model.
- PythonStringBuilder
Provides a base class for building string representations of Python objects.
- SerializeToJson
Serializes a sequence of data model objects into JSON strings.
- StateParameters
Represents the state parameters of a Hidden Markov Model (HMM).
- StateParametersJsonConverter
Provides a type converter to convert between StateParameters and a JSON string representation.
- StateProbability
Represents the probabilities of being in each state of a Hidden Markov Model (HMM) given the observation.