-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
clusteringClustering packageClustering packageenhancementNew feature, improvement request or other non-bug code enhancementNew feature, improvement request or other non-bug code enhancement
Description
Describe the feature or idea you want to propose
We currently do not have a sub-module for density-based clustering. This issue is for implementing Density-Based Spatial Clustering of Applications with Noise (DBSCAN).
Describe your proposed solution
Paper Reference: https://cdn.aaai.org/KDD/1996/KDD96-037.pdf
Scikit-learn for reference: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/cluster/_dbscan.py
Describe alternatives you've considered, if relevant
No response
Additional context
The scikit-learn
implementation cannot predict
. This does not fit with our interface.
Metadata
Metadata
Assignees
Labels
clusteringClustering packageClustering packageenhancementNew feature, improvement request or other non-bug code enhancementNew feature, improvement request or other non-bug code enhancement