Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysisCompute Method (Int32)

Note: This API is now obsolete.

Computes the Partial Least Squares Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please set the NumberOfOutputs property and use the Learn method instead.")]
public void Compute(
	int factors
)
Request Example View Source

Parameters

factors
Type: SystemInt32
The number of factors to compute. The number of factors should be a value between 1 and min(rows-1,cols) where rows and columns are the number of observations and variables in the input source data matrix.
See Also