 | PLS2SimplsAlgorithmResponseScores Property |
Gets the matrix of response scores.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix ResponseScores { get; }Public ReadOnly Property ResponseScores As DoubleMatrix
Get
public:
property DoubleMatrix^ ResponseScores {
DoubleMatrix^ get ();
}member ResponseScores : DoubleMatrix with get
Property Value
DoubleMatrix
RemarksThe response scores matrix is described in the class summary.
See Also