PrincipalComponent.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#
public int Index { get; }

Property Value

Int32

Remarks

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.

See Also