Python Machine Learning Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

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.