Click or drag to resize

PrincipalProjectionsContributions Property

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

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

Property Value

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