Method Process
- Namespace
- Bonsai.ML.HiddenMarkovModels.Transitions
- Assembly
- Bonsai.ML.HiddenMarkovModels.dll
Process()
Returns an observable sequence of StationaryTransitions objects.
public IObservable<StationaryTransitions> Process()
Returns
Process(IObservable<PyObject>)
Transforms an observable sequence of Python.Runtime.PyObject into an observable sequence of StationaryTransitions objects by accessing internal attributes of the Python.Runtime.PyObject.
public IObservable<StationaryTransitions> Process(IObservable<PyObject> source)
Parameters
source
IObservable<PyObject>