Gets the loadings matrix for PredictorMatrix.

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;
}

Remarks

The loadings matrix is described in the class summary.

See Also