PrincipalProjectionsContributions Property

Gets the relative contributions of the projected points to the variances of the principal variables.

Definition

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

Property Value

ReadOnlyDoubleMatrix
The point relative contributions to the variances of the principal variables.

Remarks

Each column of the principal Coordinates represents a principal variable, characterized by a specific variance.

The point contributions are returned as a matrix in which rows correspond to points, and columns correspond to principal variables.

See Also