Click or drag to resize

PrincipalComponentCollectionItem Property

Gets the principal component with the given index.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public PrincipalComponent this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The (zero-based) index.

Return Value

Type: 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