diff --git a/docs/pages/algorithms/clustering.mdx b/docs/pages/algorithms/clustering.mdx index 63e2884f..9f1c1866 100644 --- a/docs/pages/algorithms/clustering.mdx +++ b/docs/pages/algorithms/clustering.mdx @@ -276,7 +276,13 @@ _The code has now been removed from the repo as it does not provide any benefit # Result Comparisons -Now the info you're actually looking for, the results! I have provided the `area` for each example because this does impact the `Better` results, due to how many potential clusters are generated. Distance stats have been excluded from each result as the points were unsorted and they are not relevant when comparing the clustering algorithms. +Now the info you're actually looking for, the results! + +### Notes: + +- I have provided the `area` for each polygon because this does impact the `Better` results, due to how many potential clusters are generated. +- Distance stats have been excluded from each result as the points were unsorted and they are not relevant when comparing the clustering algorithms. +- All algorithms were run on a MacBook Pro M1 with 16GB of RAM and 8 cores. ## Small Fence