Table of Contents

Property P

Namespace
Bonsai.ML.LinearDynamicalSystems.LinearRegression
Assembly
Bonsai.ML.LinearDynamicalSystems.dll

P

Gets or sets the matrix representing the covariance between state components.

[JsonProperty("P")]
public double[,] P { get; set; }

Property Value

double[,]