Skip to content

Proposal to Integrate ST-DBSCAN Algorithm into mlr3cluster #83

@MiboraMinima

Description

@MiboraMinima

Hi everyone,

First of all, thank you so much for your work! I really enjoy using mlr3, and I appreciate that it integrates clustering into the same framework, which is fantastic for maintaining consistency in workflows.

Currently, there is no R package that implements ST-DBSCAN (as far as I know), and, therefore, no integrated framework that incorporates it.

In case you're unfamiliar with it, ST-DBSCAN is a variant of DBSCAN designed to find clusters in 3D space, typically spatio-temporal data (hence the "ST"). One common application is the clustering of stop-and-move behavior in GPS datasets.

While no packages currently implement this algorithm, there is an R code available here.

Would you be interested in integrating it into mlr3cluster? If so, how can I contribute to this effort?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions