Gets a vector containing the residuals of the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> Residuals { get; }
Public ReadOnly Property Residuals As Vector(Of T)
Get
public:
property Vector<T>^ Residuals {
Vector<T>^ get ();
}
member Residuals : Vector<'T> with get
Property Value
Type:
VectorT
Reference