ClassificationModel<T>.DependentVariable Property

Gets a vector that contains the dependent variable that is to be fitted.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ICategoricalVector DependentVariable { get; }

Property Value

ICategoricalVector

See Also