Class TransitionModelLookup
- Namespace
- Bonsai.ML.HiddenMarkovModels.Transitions
- Assembly
- Bonsai.ML.HiddenMarkovModels.dll
A lookup class for relating different TransitionModelType to TransitionModel and their corresponding Python string representations.
public static class TransitionModelLookup
- Inheritance
-
TransitionModelLookup
- Inherited Members
Methods
- GetFromString(string)
Gets the TransitionModelType corresponding to the given Python string representation.
- GetFromType(Type)
Gets the TransitionModelType corresponding to the given Type of TransitionModel .
- GetString(TransitionModelType)
Gets the Python string representation of the given TransitionModelType.
- GetTransitionsClassType(TransitionModelType)
Gets the Type of the TransitionModel corresponding to the given TransitionModelType.