Click or drag to resize

PLS2SimplsAlgorithmResponseLoadings Property

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

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

Property Value

DoubleMatrix
See Also