cms-patatrack / CLUEstering

Density-based clustering algorithm developed at CERN
https://pypi.org/project/CLUEstering/
GNU General Public License v3.0
6 stars 10 forks source link

Create a C++ interface #25

Open sbaldu opened 8 months ago

sbaldu commented 8 months ago

We should create a C++ clusterer class, like the one that we have in Python, which acts as an interface for the backend and allows users to use library from C++ as well as Python.