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