Click or drag to resize

SparsePLSDACrossValidationIsGood Property

Whether all the PLS2 calculations were successful.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsGood { get; }

Property Value

Boolean
Remarks
If one or more calculations failed, false is returned. The results may be examined to determine which calculations failed.
See Also