|  | PLS2CrossValidationWithJackknifeIsGood Property | 
            Whether all the PLS2 calculations were successful.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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 Remarks
Remarks
            If one or more calculations failed, false is returned. The results 
            may be examined to determine which calculations failed.
            
 See Also
See Also