Table of Contents

Property NumFeatures

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

NumFeatures

Gets or sets the number of features present in the model.

[JsonProperty("n_features")]
public int NumFeatures { get; set; }

Property Value

int