Gets the matrix of predictor scores.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public override DoubleMatrix PredictorScores { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property PredictorScores As DoubleMatrix |
| Visual C++ |
|---|
public: virtual property DoubleMatrix^ PredictorScores { DoubleMatrix^ get () override; } |
Remarks
The predictor scores matrix is described in the class summary.