PrincipalProjectionsRepresentationQualities Property

Gets the point representation qualities on each principal direction.

Definition

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

Property Value

ReadOnlyDoubleMatrix
The qualities of point representations on the principal directions.

Remarks

The quality figures are returned as a matrix in which rows correspond to points, and columns correspond to directions.

See Also