Click or drag to resize

PLS2SimplsAlgorithmPredictorLoadings Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override DoubleMatrix PredictorLoadings { get; }

Property Value

DoubleMatrix
See Also