Class ObservationModelLookup
- Namespace
- Bonsai.ML.HiddenMarkovModels.Observations
- Assembly
- Bonsai.ML.HiddenMarkovModels.dll
A lookup class for relating different ObservationModelType to ObservationModel and their corresponding Python string representations.
public static class ObservationModelLookup
- Inheritance
-
ObservationModelLookup
- Inherited Members
Methods
- GetFromString(string)
Gets the ObservationModelType corresponding to the given Python string representation.
- GetFromType(Type)
Gets the ObservationModelType corresponding to the given Type of ObservationModel .
- GetObservationsClassType(ObservationModelType)
Gets the Type of the ObservationModel corresponding to the given ObservationModelType.
- GetString(ObservationModelType)
Gets the Python string representation of the given ObservationModelType.