PartialLeastSquaresMethod Enumeration

Enumerates the algorithms that may be used to compute a partial least squares (PLS) model.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum PartialLeastSquaresMethod

Members

Nipals0 Use the Nonlinear Iterative Partial Least Squares method.
Simpls1 Use the SIMPLS algorithm of de Jong.

See Also