Created
May 4, 2020 06:59
-
-
Save Alakhator/7e92f7cd9cc13ee4eb78eabf107b273b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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