Principal Component.Value Property
Gets the value of the component.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> Value { get; }
Property Value
Vector<Double>A vector.
Remarks
The value of the component is the component's column in the loadings matrix. It is equal to the Eigenvector scaled by the square root of the corresponding eigenvalue.