Method Process
- Namespace
- Bonsai.ML.LinearDynamicalSystems.LinearRegression
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Process()
Generates parameters for a Kalman Filter Linear Regression Model
public IObservable<KFModelParameters> Process()
Returns
Process(IObservable<PyObject>)
Gets the model parameters from a PyObject of a Kalman Filter Linear Regression Model
public IObservable<KFModelParameters> Process(IObservable<PyObject> source)
Parameters
source
IObservable<PyObject>
Returns
Process<TSource>(IObservable<TSource>)
Generates parameters for a Kalman Filter Linear Regression Model on each input
public IObservable<KFModelParameters> Process<TSource>(IObservable<TSource> source)
Parameters
source
IObservable<TSource>
Returns
Type Parameters
TSource