|
PartialLeastSquaresAlgorithm Enumeration
|
The PLS algorithm to use in the Partial Least Squares Analysis.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public enum PartialLeastSquaresAlgorithm
Public Enumeration PartialLeastSquaresAlgorithm
Members
| Member name | Value | Description |
---|
| SIMPLS | 0 |
Sijmen de Jong's SIMPLS algorithm.
|
| NIPALS | 1 |
Traditional NIPALS algorithm.
|
See Also