cytonormpy.KMeans.calculate_clusters_multiple

cytonormpy.KMeans.calculate_clusters_multiple#

KMeans.calculate_clusters_multiple(X, n_clusters)#

Returns an array of shape (n_samples, len(n_clusters)), where each column i is the cluster‐assignment vector for KMeans(n_clusters=n_clusters[i]).