Click or drag to resize

FloatPCAScores Property

Gets the score matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatMatrix Scores { get; }

Property Value

FloatMatrix
Remarks
The scores are the data formed by transforming the original data into the space of the principal components.
See Also