Property X
- Namespace
- Bonsai.ML.LinearDynamicalSystems.LinearRegression
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
X
Gets or sets the matrix representing the mean of the state.
[JsonProperty("x")]
public double[,] X { get; set; }
Property Value
- double[,]