Model Input.Independent Variables Property
Gets the input group that contains the dependent variable(s).
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
[ObsoleteAttribute("Use the Features property instead.")]
public ModelInputGroup? IndependentVariables { get; set; }
Property Value
ModelInputGroupRemarks
This is the same as Features group.