You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your detailed description about the lower speed of tglkmeans ( #62 ).
The issue about the speed is something that can be corrected when using tglkmeans in a paraellized way.
But for the relevant aspect of tglkmeans with respect to kmeans is that it offers a better cluster centers finding. tglkmeans is initialized in a different way than kmeansand it gets the right centers better than kmeans.
Hi Emil,
Thanks for your detailed description about the lower speed of
tglkmeans
( #62 ).The issue about the speed is something that can be corrected when using
tglkmeans
in a paraellized way.But for the relevant aspect of
tglkmeans
with respect tokmeans
is that it offers a better cluster centers finding.tglkmeans
is initialized in a different way thankmeans
and it gets the right centers better thankmeans
.Please consider this code:
Which produces these results:
Thanks again,
Carlos.
The text was updated successfully, but these errors were encountered: