This is the link of sklearn dbcsan.
Asked
Active
Viewed 224 times
1
-
x and y labels has no relation with dbscan algorithm. These are just two dimensions of the dataset generated using `make_blobs` function. If want to know more about this function read [here](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html) – Venkatachalam Mar 17 '20 at 03:56