Principal Component.Index Property
Gets the index of the component.
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.