fit.cluster_dbscan: fit dbscan model

View source: R/clu_dbscan.R

fit.cluster_dbscanR 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 minPts and optionally eps

data

the dataset to use for fitting the model

...

optional arguments

Value

returns a fitted obj with the eps parameter set


daltoolbox documentation built on Nov. 3, 2024, 9:06 a.m.