|  | DoublePCAData Property | 
            Gets the data matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix Data { get; }Public ReadOnly Property Data As DoubleMatrix
	Get
public:
property DoubleMatrix^ Data {
	DoubleMatrix^ get ();
}member Data : DoubleMatrix with get
Property Value
DoubleMatrix Remarks
Remarks
            If centering or scaling were specified at construction time, the returned
            matrix may not match the original data.
            
 See Also
See Also