CLUEstering
High-performance density-based weighted clustering library developed at CERN
Loading...
Searching...
No Matches
CLUEstering.hpp
Go to the documentation of this file.
1
4
5#pragma once
6
9#include "CLUEstering/core/detail/defines.hpp"
12#include "CLUEstering/data_structures/Tiles.hpp"
Implements the Clusterer class, which is the interface for running the clustering algorithm.
Provides the kernel classes for the convolution done when computing the weighted density of the point...
Provides the PointsDevice class for managing points on a device.
Provides the PointsHost class for managing points in host memory.
Provides a function to get an alpaka device by its index.
Provides functions to get an alpaka queue from a device index or a device object.
Provides functions to read points from a CSV file into a PointsHost object.