How to find the optimal point for DBSCAN() parameters in R
问题 How to find the optimal point and appropriate amount for DBSCAN() parameters(eps,Minpts)? DBSCAN() from package fpc implements the DBSCAN(Density based clustering) clustering method. 回答1: You can find strategies for choosing minPts and epsilon discussed in the original DBSCAN paper: Ester, M., Kriegel, H. P., Sander, J., & Xu, X. (1996, August). A density-based algorithm for discovering clusters in large spatial databases with noise. In KDD (Vol. 96, No. 34, pp. 226-231). Also read up on some