  | KMeansClusteringData Property | 
            Gets and sets the data matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Data { get; set; }Public Property Data As DoubleMatrix
	Get
	Set
public:
property DoubleMatrix^ Data {
	DoubleMatrix^ get ();
	void set (DoubleMatrix^ value);
}member Data : DoubleMatrix with get, set
Property Value
DoubleMatrix
Remarks
            Each row represents an object to be clustered.
            
See Also