How to provide core points in DBSCAN?

30 views Asked by At

In sklearn.cluster.DBSCAN , is there a way to explicitly indicate the core points? I have prior knowledge of these core points which are actually centroids generated from K-means. The reason I want to use DBSCAN is I also want a separate cluster for the noise which is not achievable as far as I know with K-means.

0

There are 0 answers