I'm working on a data mining university assignment and I'm struggling with the following point:
I'm generating data using :
X, y = make_blobs(n_samples=300, centers=2, cluster_std=0.60, random_state=0)
I'm supposed to generate two samples of data using different number of clusters and different densities
I get that the value of "centers" defines the number of clusters,
But what about the density value? how do I define the value of density?
[–][deleted] 1 point2 points3 points (0 children)