|  | SparsePlsIsGood Property | 
            Indicates whether the most recent calculation was successful. For
            SparsePls a return value of false most likely indicates that the
            iterative algorithm did not converge before reaching the maximum
            number of iterations. Check the Message property for 
            further information in this case.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override bool IsGood { get; }Public Overrides ReadOnly Property IsGood As Boolean
	Get
public:
virtual property bool IsGood {
	bool get () override;
}abstract IsGood : bool with get
override IsGood : bool with get
Property Value
Boolean See Also
See Also