Click or drag to resize

PLS2SimplsAlgorithmDefaultMaxPowerIteration Property

Gets and sets the default value for the maximum number of iterations to be performed when use the power method for computing dominant eigenvectors and eigenvalues needed by the SIMPLS algorithm.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int DefaultMaxPowerIteration { get; set; }

Property Value

Int32
See Also