| PLS1NipalsAlgorithmScores Property |
Gets the scores matrix for PredictorMatrix. The scores matrix
is described in the class summary.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public override DoubleMatrix Scores { get; }
Public Overrides ReadOnly Property Scores As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ Scores {
DoubleMatrix^ get () override;
}
abstract Scores : DoubleMatrix with get
override Scores : DoubleMatrix with get
Property Value
DoubleMatrixSee Also