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
Currently the initialization of Clusters slice randomly seeds their initial positions.
I would like to request for a new initialization method with option to specify the seed value in order to obtain a deterministic result from the Partition function.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello @muesli, would you consider a PR adding this feature?
My use case: when developing a generative drawing, sometimes I fix the seed in order to be able to focus on the non-random parameters. But when using kmeans, this technique doesn't work :-)
Hi,
Currently the initialization of Clusters slice randomly seeds their initial positions.
I would like to request for a new initialization method with option to specify the seed value in order to obtain a deterministic result from the Partition function.
Thank you.
The text was updated successfully, but these errors were encountered: