ModelInput.DependentVariables Property

Note: This API is now obsolete.
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.0
C#
[ObsoleteAttribute("Use the Targets property instead.")]
public ModelInputGroup? DependentVariables { get; set; }

Property Value

ModelInputGroup

See Also