Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
clustering::math::distance::SqEuclideanTag Struct Reference

Tag selecting the squared Euclidean metric. More...

#include <clustering/math/distance.h>

Detailed Description

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.


The documentation for this struct was generated from the following file: