Click or drag to resize

DimensionReductionByLowRankFactorizationExecuteDimensionReduction Method

Executes the dimension reduction on the provided process data.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual IDimensionReductionResult 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

IDimensionReductionResult
The dimension reduction result.

Implements

IDimensionReductionMethodExecuteDimensionReduction(IROMatrixDouble)
See Also