Gets the matrix of predictor loadings. The matrix of predictor loadings, P, is defined by
CopyC#
P = X'T
where X' is the transpose of the predictor matrix and T is the predictor score matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public override DoubleMatrix PredictorLoadings { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property PredictorLoadings As DoubleMatrix
Visual C++
public:
virtual property DoubleMatrix^ PredictorLoadings {
	DoubleMatrix^ get () override;
}

See Also