Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created May 4, 2020 06:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Alakhator/7e92f7cd9cc13ee4eb78eabf107b273b to your computer and use it in GitHub Desktop.
int k = 2; //amount of clusters
int dim = 2;//dimensionality of program
int samples = 50;
int max_iter = 10;//maximum number of iterations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment