CLUEstering
High-performance density-based weighted clustering library developed at CERN
|
Provides functions to read points from a CSV file into a PointsHost object. More...
#include "CLUEstering/data_structures/PointsHost.hpp"
#include "CLUEstering/detail/concepts.hpp"
#include <string>
#include "CLUEstering/utils/detail/read_csv.hpp"
Go to the source code of this file.
Functions | |
template<size_t NDim, concepts::queue TQueue> | |
clue::PointsHost< NDim > | clue::read_csv (TQueue &queue, const std::string &file_path) |
Read points from a CSV file into a PointsHost object. | |
template<size_t NDim, concepts::queue TQueue> | |
clue::PointsHost< NDim > | clue::read_output (TQueue &queue, const std::string &file_path) |
Read output points from a CSV file into a PointsHost object. | |
Provides functions to read points from a CSV file into a PointsHost object.
|
inline |
Read points from a CSV file into a PointsHost object.
NDim | The number of dimensions of the points |
TQueue | The type of the queue to use for reading the file |
queue | The queue to use for reading the file |
file_path | The path to the CSV file to read |
|
inline |
Read output points from a CSV file into a PointsHost object.
NDim | The number of dimensions of the points |
TQueue | The type of the queue to use for reading the file |
queue | The queue to use for reading the file |
file_path | The path to the CSV file to read |