Fits a DBSCAN clustering model by setting the eps
parameter.
If eps
is not provided, it is estimated based on the k-nearest neighbor distances.
It wraps dbscan library
# S3 method for cluster_dbscan
fit(obj, data, ...)
returns a fitted obj with the eps
parameter set
an object containing the DBSCAN model configuration, including minPts
and optionally eps
the dataset to use for fitting the model
optional arguments