Getting ready

In this recipe, we will perform a DBSCAN analysis using the sklearn.cluster.DBSCAN function. We will use the same data that we used in the previous Evaluating the performance of clustering algorithms (data_perf.txt) recipe, to compare the two methods used.