Method Process
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Process(IObservable<double[,]>)
Slices a 2D multi-dimensional array into a new multi-dimensional array by extracting elements between the provided start and end indices of the rows and columns.
public IObservable<double[,]> Process(IObservable<double[,]> source)
Parameters
source
IObservable<double[,]>
Returns
- IObservable<double[,]>