Classification Model<T>.Independent Variables 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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> IndependentVariables { get; }