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