Click or drag to resize

DimensionReductionByLowRankFactorizationNormalizeScoresAndLoadings Method

Normalizes the provided scores and loadings matrices according to the configured normalization method.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void NormalizeScoresAndLoadings(
	Matrix<double> scores,
	Matrix<double> loadings
)

Parameters

scores  MatrixDouble
The matrix containing the scores to be normalized. The normalization is applied in place.
loadings  MatrixDouble
The matrix containing the loadings to be normalized. The normalization is applied in place.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the configured normalization method is not supported.
See Also