Skip to content

Commit

Permalink
minor docs corrections 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed May 13, 2024
1 parent fcf7a2b commit 1adfdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HTML/KMeansVisitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -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));
})
</PRE>
</I>
Expand Down

0 comments on commit 1adfdbf

Please sign in to comment.