Click or drag to resize

KMeansClusteringData Property

Gets and sets the data matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Data { get; set; }

Property Value

DoubleMatrix
Remarks
Each row represents an object to be clustered.
See Also