Click or drag to resize
ClusterKMeansCompute Method
Computes the cluster means.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[,] Compute()

Return Value

Type: Double
A double matrix containing computed result.
Exceptions
ExceptionCondition
NoConvergenceException is thrown if convergence did not occur within the maximum number of iterations
ClusterNoPointsException is thrown if the cluster seed yields a cluster with no points
See Also