Click or drag to resize
Accord.NET (logo)

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
Members
  Member nameValueDescription
SIMPLS0 Sijmen de Jong's SIMPLS algorithm.
NIPALS1 Traditional NIPALS algorithm.
See Also