IMSL C# Numerical Library

ClusterKMeans.GetClusterSSQ Method 

Returns the within sum of squares for each cluster. Note that the Compute method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.

public double[] GetClusterSSQ();

Return Value

A double array containing the within sum of squares for each cluster.

See Also

ClusterKMeans Class | Imsl.Stat Namespace