|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
Tag selecting the squared Euclidean metric. More...
#include <clustering/math/distance.h>
Tag selecting the squared Euclidean metric.
Passed as the first argument to pointwiseSq; overloads of tag_invoke keyed on this tag implement sum((a_i - b_i)^2).
Definition at line 22 of file distance.h.