Constructor for ClusterKMeans
.
double
matrix containing the observations to be clustered. double
matrix containing the cluster seeds, i.e. estimates for the cluster centers. Exception Type | Condition |
---|---|
ArgumentException | is thrown if x.GetLength(0) , x.GetLength(1) are equal 0, or cs.GetLength(0) is less than 1 |
ClusterKMeans Class | Imsl.Stat Namespace