Class StateProbability
- Namespace
- Bonsai.ML.HiddenMarkovModels
- Assembly
- Bonsai.ML.HiddenMarkovModels.dll
Represents the probabilities of being in each state of a Hidden Markov Model (HMM) given the observation.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class StateProbability
- Inheritance
-
StateProbability
- Inherited Members
Properties
- HighestProbableState
The state with the highest probability.
- Probabilities
The probability of being in each state given the observation.
Methods
- Process(IObservable<PyObject>)
Transforms an observable sequence of Python.Runtime.PyObject into an observable sequence of StateProbability objects by accessing the
state_probabilities
attribute of the Python.Runtime.PyObject.