Gets the loading matrix. Each column is a principal component.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public FloatMatrix Loadings { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Loadings As FloatMatrix |
| Visual C++ |
|---|
public: property FloatMatrix^ Loadings { FloatMatrix^ get (); } |