Gets a vector that contains the dependent variable that is to be fitted.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ICategoricalVector DependentVariable { get; }
Public ReadOnly Property DependentVariable As ICategoricalVector
Get
public:
property ICategoricalVector^ DependentVariable {
ICategoricalVector^ get ();
}
member DependentVariable : ICategoricalVector with get
Property Value
Type:
ICategoricalVector
Reference