Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysis Constructor (AnalysisMethod, PartialLeastSquaresAlgorithm)

Constructs a new Partial Least Squares Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public PartialLeastSquaresAnalysis(
	AnalysisMethod method = AnalysisMethod.Center,
	PartialLeastSquaresAlgorithm algorithm = PartialLeastSquaresAlgorithm.NIPALS
)
Request Example View Source

Parameters

method (Optional)
Type: Accord.Statistics.AnalysisAnalysisMethod
The analysis method to perform. Default is Center.
algorithm (Optional)
Type: Accord.Statistics.AnalysisPartialLeastSquaresAlgorithm
The PLS algorithm to use in the analysis. Default is NIPALS.
See Also