Gets the matrix of orthogonal loadings, the basis for the predictor
loadings matrix.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleMatrix OrthogonalLoadings { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property OrthogonalLoadings As DoubleMatrix |
| Visual C++ |
|---|
public: property DoubleMatrix^ OrthogonalLoadings { DoubleMatrix^ get (); } |