Gets the score matrix.

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

Syntax

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

Remarks

The scores are the data formed by transforming the original data into the space of the principal components.

See Also