Click or drag to resize

KMeansClusteringStart Enumeration

An enumeration representing methods used to choose the initial cluster centers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Start
Members
Member nameValueDescription
Random0 Select a random set of distinct rows in the data matrix as the initial centers.
QuickCluster1 Similar to the SPSS QuickCluster function. See NMathFunctions.InitialCenters() for more information.
See Also