Table of Contents

Method Process

Namespace
Bonsai.ML.LinearDynamicalSystems
Assembly
Bonsai.ML.LinearDynamicalSystems.dll

Process(IObservable<PyObject>)

Grabs the state of a Kalman Filter from a type of PyObject ///

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

Parameters

source IObservable<PyObject>

Returns

IObservable<State>