public ReadOnlyDoubleMatrix Correlations { get; }
Public ReadOnly Property Correlations As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ Correlations {
ReadOnlyDoubleMatrix^ get ();
}
member Correlations : ReadOnlyDoubleMatrix with get
Returns a matrix having as many rows as the number of active variables, and as many columns as the number of principal ones. A given entry is the correlation between an active variable, that corresponding to the entry row, and a principal variable, that corresponding to the entry column.