Gets the scores matrix of the dependent variables.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> YLoadings { get; }
Public ReadOnly Property YLoadings As Matrix(Of Double)
Get
public:
property Matrix<double>^ YLoadings {
Matrix<double>^ get ();
}
member YLoadings : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference