public ReadOnlyDoubleMatrix Contributions { get; }
Public ReadOnly Property Contributions As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ Contributions {
ReadOnlyDoubleMatrix^ get ();
}
member Contributions : ReadOnlyDoubleMatrix with get
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.