Principal Component Analysis.Loadings Matrix Property
Gets the matrix of component loadings.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Matrix<double> LoadingsMatrix { get; }
Property Value
Matrix<Double>A matrix.
Remarks
The loadings of a component are the coefficients ofthe component in the original data. result in the observation. In other words: they are the values of the observation in terms of the principal components.
Exceptions
Invalid | The model has not been fitted. Call the Fit() method first. |