 | SVDRegressionCalculationIsGood Property |
Returns true if the singular value decomposition may be used to
solve least squares problems; otherwise false.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic bool IsGood { get; }
Public ReadOnly Property IsGood As Boolean
Get
public:
property bool IsGood {
bool get ();
}
member IsGood : bool with get
Property Value
Type:
Boolean
See Also