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