 | PLS1CrossValidationIsGood Property |
Returns true if all the PLS2 calculations were successful. If one or
more calculations failed, false is returned. The results may be examined
to determine which calculations failed.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsGood { get; }
Public ReadOnly Property IsGood As Boolean
Get
public:
property bool IsGood {
bool get ();
}
member IsGood : bool with get
Property Value
Boolean
See Also