Click or drag to resize

DimensionReductionByLowRankFactorizationNormalization Property

Gets the normalization method applied to loadings and scores.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScoresAndLoadingsNormalization Normalization { get; init; }

Property Value

ScoresAndLoadingsNormalization
Remarks
This property determines how the loadings and scores are scaled or transformed. The selected normalization affects the interpretation of the results and may impact downstream analysis.
See Also