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