PartialLeastSquaresMethod Enumeration

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

Definition

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

Members

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

See Also