This repository holds some code and a jupyter notebook dedicated to find clusters in the famous Hertzsprung-Russel-Diagram. To find the clusters, two basic clustering algorithms are applied:
- K-means
- DBSCAN
The jupyter notebook includes simple implementations as well as code snippets applying the algorithms of the sklearn package.
The code included in the pkg
folder is useful for generating the plots as.png
files.