 | FloatNonnegativeLeastSquaresYhat Property |
Gets the predicted value of y by computing yHat = Ax,
where x is the calculated solution to the least squares
problem Ax = y.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatVector Yhat { get; }
Public ReadOnly Property Yhat As FloatVector
Get
public:
property FloatVector^ Yhat {
FloatVector^ get ();
}
member Yhat : FloatVector with get
Property Value
Type:
FloatVector
See Also