Principal Component.Index Property
Gets the index of the component.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int Index { get; }
Property Value
Int32Remarks
Components are sorted in descending order of significance. The component that contributes the most to the variation in the data has index 0, and so on.