Table of Contents

Method Process

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

Process()

Returns an observable sequence of NeuralNetworkRecurrentTransitions objects.

public IObservable<NeuralNetworkRecurrentTransitions> Process()

Returns

IObservable<NeuralNetworkRecurrentTransitions>

Process(IObservable<PyObject>)

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

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

Parameters

source IObservable<PyObject>

Returns

IObservable<NeuralNetworkRecurrentTransitions>