IDimensionReductionMethodExecuteDimensionReduction Method |
Executes the dimension reduction on the provided process data.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIDimensionReductionResult ExecuteDimensionReduction(
IROMatrix<double> processData
)
Parameters
- processData IROMatrixDouble
- The preprocessed data matrix to be analyzed. It is assumed that each row of the matrix represents a spectrum.
Return Value
IDimensionReductionResultThe dimension reduction result.
See Also