fit.cluster_dbscan {daltoolbox} | R Documentation |
fit dbscan model
Description
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
Usage
## S3 method for class 'cluster_dbscan'
fit(obj, data, ...)
Arguments
obj |
an object containing the DBSCAN model configuration, including |
data |
the dataset to use for fitting the model |
... |
optional arguments |
Value
returns a fitted obj with the eps
parameter set
[Package daltoolbox version 1.2.727 Index]