Method Process
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Process(IObservable<KFModelParameters>)
Serializes each KFModelParameters object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<KFModelParameters> source)
Parameters
source
IObservable<KFModelParameters>A sequence of KFModelParameters objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding KFModelParameters object.
Process(IObservable<Observation2D>)
Serializes each Observation2D object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<Observation2D> source)
Parameters
source
IObservable<Observation2D>A sequence of Observation2D objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding Observation2D object.
Process(IObservable<State>)
Serializes each State object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<State> source)
Parameters
source
IObservable<State>A sequence of State objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding State object.
Process(IObservable<StateComponent>)
Serializes each StateComponent object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<StateComponent> source)
Parameters
source
IObservable<StateComponent>A sequence of StateComponent objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding StateComponent object.
Process(IObservable<KinematicState>)
Serializes each KinematicState object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<KinematicState> source)
Parameters
source
IObservable<KinematicState>A sequence of KinematicState objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding KinematicState object.
Process(IObservable<KinematicComponent>)
Serializes each KinematicComponent object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<KinematicComponent> source)
Parameters
source
IObservable<KinematicComponent>A sequence of KinematicComponent objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding KinematicComponent object.
Process(IObservable<KFModelParameters>)
Serializes each KFModelParameters object in the sequence to a JSON string.
public IObservable<string> Process(IObservable<KFModelParameters> source)
Parameters
source
IObservable<KFModelParameters>A sequence of KFModelParameters objects.
Returns
- IObservable<string>
A sequence of JSON strings representing the corresponding KFModelParameters object.