Click or drag to resize

PLS1NipalsAlgorithmResponseWeights Property

Gets the vector of response weights. The ith element of this vector corresponds to the regression coefficient calculated by ordinary linear regression of the response vector on the ith score vector.

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

Property Value

DoubleVector
See Also