Enumerates the algorithms that may be used
to compute a partial least squares (PLS) model.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum PartialLeastSquaresMethod
Public Enumeration PartialLeastSquaresMethod
public enum class PartialLeastSquaresMethod
type PartialLeastSquaresMethod
| Member name | Value | Description |
---|
| Nipals | 0 |
Use the Nonlinear Iterative Partial Least Squares method.
|
| Simpls | 1 |
Use the SIMPLS algorithm of de Jong.
|
Reference