ClassificationModel<T>.IndependentVariables Property

Gets a matrix whose columns contain the independent variables in the model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> IndependentVariables { get; }

Property Value

Matrix<T>

See Also