Click or drag to resize

PrincipalProjectionsLocateSupplementaryPoints Method (DoubleMatrix)

Gets the principal coordinates of the specified supplementary points given their active coordinates.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public DoubleMatrix LocateSupplementaryPoints(
	DoubleMatrix activeCoordinates
)

Parameters

activeCoordinates
Type: Novacta.AnalyticsDoubleMatrix
The coordinates of the supplementary points w.r.t. the basis of the ActiveCloud.

Return Value

Type: DoubleMatrix
The principal coordinates of the supplementary points.
Exceptions
ExceptionCondition
ArgumentNullExceptionactiveCoordinates is null.
ArgumentOutOfRangeException The number of columns in activeCoordinates is not equal to the number of active variables.
Remarks

The activeCoordinates of a point are the values that the active variables taken on at that point.

The matrix passed as activeCoordinates must have as many rows as the number of supplementary points, while the number of columns is the Dimension of the space on which the ActiveCloud lies.

The activeCoordinates must be taken w.r.t. the basis of the ActiveCloud of this instance.

See Also