6 #ifndef PROXIMITY_CLUSTERING_H
7 #define PROXIMITY_CLUSTERING_H
29 NumType ClusterDistance(std::size_t i, std::size_t j)
const;
30 void GroupSource(std::size_t source_index,
NumType max_distance);
33 std::vector<std::vector<std::size_t>> clusters_;
34 const std::vector<Coordinate> &coordinates_;
Definition: ProximityClustering.h:19
std::vector< std::vector< std::size_t > > Group(NumType max_distance)
std::pair< NumType, NumType > Coordinate
Definition: ProximityClustering.h:22
double NumType
Definition: ProximityClustering.h:21
ProximityClustering(const std::vector< Coordinate > &coordinates)
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53