cytonormpy.MeanShift.calculate_clusters_multiple

cytonormpy.MeanShift.calculate_clusters_multiple#

MeanShift.calculate_clusters_multiple(X, n_clusters)#

MeanShift ignores n_clusters: warns if len(n_clusters)>1, then returns the same assignment in each column.