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