Computes colors so that dissimilar clusters are far away in color space.
.computeClusterColors(clusterMeans)
clusterMeans
matrix of size (n, K) representing the n feature means for each of the K clusters.
(n, K)
n
K
vector of cluster colors.