 | PLS2SimplsAlgorithmPredictorScores Property |
Gets the matrix of predictor scores.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override DoubleMatrix PredictorScores { get; }Public Overrides ReadOnly Property PredictorScores As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ PredictorScores {
DoubleMatrix^ get () override;
}abstract PredictorScores : DoubleMatrix with get
override PredictorScores : DoubleMatrix with get
Property Value
DoubleMatrix
RemarksThe predictor scores matrix is described in the class summary.
See Also