Constructor StateComponent
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
StateComponent()
Initializes a new instance of the StateComponent class.
public StateComponent()
StateComponent(double[,], double[,], int)
Initializes a new instance of the StateComponent class from the full state and covariance matrices given an index
public StateComponent(double[,] X, double[,] P, int i)