Gets a vector containing the model's predicted values for the dependent variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PredictedValues As GeneralVector
C#
public GeneralVector PredictedValues { get; }
C++
public:
GeneralVector^ PredictedValues {
	GeneralVector^ get ();
}