|
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
)
<ObsoleteAttribute("Please set the NumberOfOutputs property and use the Learn method instead.")>
Public Sub Compute (
factors As Integer
)
Request Example
View SourceParameters
- 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