Property P
- Namespace
- Bonsai.ML.LinearDynamicalSystems
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
P
Covariance matrix - n x n dimensional matrix where n is number of features
[JsonProperty("P")]
public double[,] P { get; set; }
Property Value
- double[,]