Doing this will only compile the function for the number of dimensions that you want, which saves on compilation time. You can also include the "dbscan/capi.h" and define your own DBSCAN_MIN_DIMS and ...
eps = The maximum distance between two samples for one to be considered as in the neighborhood of the other. min_samples = The number of samples (or total weight) in a neighborhood for a point to be ...
Abstract: DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is an unsupervised clustering algorithm designed to identify clusters of various shapes and sizes in noisy datasets by ...