Click or drag to resize

DimensionReductionByFactorizationResultLoadings Property

Gets the loadings matrix.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IROMatrix<double> Loadings { get; init; }

Property Value

IROMatrixDouble
See Also