Table of Contents

Method Process

Namespace
Bonsai.ML.HiddenMarkovModels.Observations
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Process(IObservable<PyObject>)

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

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

Parameters

source IObservable<PyObject>

Returns

IObservable<GaussianObservationStatistics>