Table of Contents

Property X

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

X

Mean vector - n x 1 dimensional matrix where n is number of features

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

Property Value

double[,]