Gets and sets the data matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix Data { get; set; }
Visual Basic (Declaration)
Public Property Data As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Data {
	DoubleMatrix^ get ();
	void set (DoubleMatrix^ value);
}

Remarks

Each row represents an object to be clustered.

See Also