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