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 Vector<double> DependentVariable { get; }
Public ReadOnly Property DependentVariable As Vector(Of Double)
Get
public:
property Vector<double>^ DependentVariable {
Vector<double>^ get ();
}
member DependentVariable : Vector<float> with get
Property Value
Type:
VectorDouble
Reference