 | IPLS2CalcPredictorScores Property |
Gets a matrix whow columns are the predictor score vectors.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract DoubleMatrix PredictorScores { get; }Public MustOverride ReadOnly Property PredictorScores As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ PredictorScores {
DoubleMatrix^ get () abstract;
}abstract PredictorScores : DoubleMatrix with get
Property Value
DoubleMatrix
See Also