Click or drag to resize

FloatPCAItem Property

Gets the specified principal component.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatVector this[
	int index
] { get; }

Parameters

index  Int32
The (zero-based) index of the principal component to return.

Return Value

FloatVector
The specified principal component.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if index is less than zero or greater than or equal to NumberOfVariables.
See Also