Gets the matrix of orthogonal loadings, the basis for the predictor loadings matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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 ();
}

See Also