Gets the data matrix.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleMatrix Data { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Data As DoubleMatrix |
| Visual C++ |
|---|
public: property DoubleMatrix^ Data { DoubleMatrix^ get (); } |
Remarks
If centering or scaling were specified at construction time, the returned
matrix may not match the original data.