24 #ifndef SKA_CHEETAH_SPS_CLUSTERING_SPSCLUSTERING_H 25 #define SKA_CHEETAH_SPS_CLUSTERING_SPSCLUSTERING_H 27 #include "cheetah/sps_clustering/Config.h" 28 #include "cheetah/sps_clustering/Fof.h" 29 #include "cheetah/data/SpCcl.h" 33 namespace sps_clustering {
57 template<
typename NumRepType>
62 ClusteringAlgo _clustered_candidates;
70 #include "cheetah/sps_clustering/detail/SpsClustering.cpp" 71 #endif // SKA_CHEETAH_SPS_CLUSTERING_SPSCLUSTERING_H SpsClustering(Config const &config)
consructor
A class that will merge candidates that have been labeled in the same group.
std::shared_ptr< data::SpCcl< NumRepType > > operator()(std::shared_ptr< data::SpCcl< NumRepType >> const &cands)
remove duplicate candidates
Some limits and constants for FLDO.
Friend Of Friends Clustering Algorithm for SpCandidates.