Gets the response scores matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix ResponseScores { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResponseScores As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ ResponseScores {
	DoubleMatrix^ get ();
}

Remarks

The response scores matrix is described in the class summary.

See Also