Click or drag to resize

PrincipalProjectionsCoordinates Property

Gets the principal coordinates of the projected points.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyDoubleMatrix Coordinates { get; }

Property Value

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