Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool IsGood { get; }

Property Value

Boolean
See Also