PrincipalProjections.Coordinates Property

Gets the principal coordinates of the projected points.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public ReadOnlyDoubleMatrix Coordinates { get; }

Property Value

ReadOnlyDoubleMatrix
The principal coordinates of the projected points.

Remarks

The coordinates of the projected points on the LaTeX equation principal directions are returned as a matrix in which rows correspond to points, and columns correspond to directions. Each row represents the principal coordinates of the corresponding point.

See Also