Gets a vector that contains the factor loadings or pattern.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> Loadings { get; }
Public ReadOnly Property Loadings As Vector(Of Double)
Get
public:
property Vector<double>^ Loadings {
Vector<double>^ get ();
}
member Loadings : Vector<float> with get
Property Value
Type:
VectorDoubleA vector.
Reference