DBScan stands for
Density-based spatial clustering of applications with noise
(Ester et al. 1996)
DBScan is a density-based clustering.
It groups together points with many nearby neighbors.
In 2014, the algorithm was awarded the test of time award.
It is one of the most common clustering algorithms.
(Schubert et al. 2017)
The algorithm (abstracted):
https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
DBScan has a few advantages:
DBScan has also a few disadvantages:
Visual Approach
Create a workflow in KNIME to apply
DBSCAN Clustering to the
mouse dataset.
Programmatic Approach
dbscan clustering