 | FloatPCAScores Property |
Gets the score matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatMatrix Scores { get; }
Public ReadOnly Property Scores As FloatMatrix
Get
public:
property FloatMatrix^ Scores {
FloatMatrix^ get ();
}
member Scores : FloatMatrix with 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