diff --git a/docs/HTML/KMeansVisitor.html b/docs/HTML/KMeansVisitor.html index 62b35285..cbb60fbc 100644 --- a/docs/HTML/KMeansVisitor.html +++ b/docs/HTML/KMeansVisitor.html @@ -61,7 +61,7 @@ KMeansVisitor(std::size_t num_of_iter, bool calc_clusters = true, distance_func f = [](const T &x, const T &y) -> double { - `return ((x - y) * (x - y)); + return ((x - y) * (x - y)); })