Table of Contents

Method Process

Namespace
Bonsai.ML.HiddenMarkovModels.Transitions
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Process()

Returns an observable sequence of ConstrainedStationaryTransitions objects.

public IObservable<ConstrainedStationaryTransitions> Process()

Returns

IObservable<ConstrainedStationaryTransitions>

Process(IObservable<PyObject>)

Transforms an observable sequence of Python.Runtime.PyObject into an observable sequence of ConstrainedStationaryTransitions objects by accessing internal attributes of the Python.Runtime.PyObject.

public IObservable<ConstrainedStationaryTransitions> Process(IObservable<PyObject> source)

Parameters

source IObservable<PyObject>

Returns

IObservable<ConstrainedStationaryTransitions>