PrincipalComponentCollectionItem Property

Gets the principal component with the given index.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public PrincipalComponent this[
	int index
] { get; }

Parameters

index  Int32
The (zero-based) index.

Return Value

PrincipalComponent
The principal component with the given index.

Implements

IReadOnlyListTItemInt32

Remarks

Principal components are ordered from most to least significant. The most principal component, i.e. the component which explains the most variance, has index zero. The least principal component has the highest index.

See Also