|  | DoublePCAScores Property | 
            Gets the score matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix Scores { get; }Public ReadOnly Property Scores As DoubleMatrix
	Get
public:
property DoubleMatrix^ Scores {
	DoubleMatrix^ get ();
}member Scores : DoubleMatrix with get
Property Value
DoubleMatrix Remarks
Remarks
            The scores are the data formed by transforming the original data into
            the space of the principal components.
            
 See Also
See Also