Partial Least Squares Method 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum PartialLeastSquaresMethod
Members
Nipals | 0 | Use the Nonlinear Iterative Partial Least Squares method. |
Simpls | 1 | Use the SIMPLS algorithm of de Jong. |