Click or drag to resize

PLS2SimplsAlgorithmPredictorScores Property

Gets the matrix of predictor scores.

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

Property Value

DoubleMatrix
Remarks
The predictor scores matrix is described in the class summary.
See Also