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