Click or drag to resize

DoublePCAItem Property

Gets the specified principal component.

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

Parameters

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

Return Value

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