CLUEstering
High-performance density-based weighted clustering library developed at CERN
|
Implements the Clusterer class, which is the interface for running the clustering algorithm. More...
#include "CLUEstering/core/detail/CLUEAlpakaKernels.hpp"
#include "CLUEstering/core/detail/defines.hpp"
#include "CLUEstering/data_structures/PointsHost.hpp"
#include "CLUEstering/data_structures/PointsDevice.hpp"
#include "CLUEstering/data_structures/Tiles.hpp"
#include "CLUEstering/data_structures/internal/Followers.hpp"
#include <cstdint>
#include <vector>
#include "CLUEstering/core/detail/Clusterer.hpp"
Go to the source code of this file.
Classes | |
class | clue::Clusterer< Ndim > |
The Clusterer class is the interface for running the clustering algorithm. It provides methods to set up the clustering parameters, initializes the internal buffers and runs the clustering algorithm on host or device points. More... | |
Implements the Clusterer class, which is the interface for running the clustering algorithm.