Repository containing all assignments and projects in 'Software Project' TAU course
Importing to python: import mykmeanssp as km
Usage in file: km.fit(vector_list, cluster_list, k, maxIter, epsilon)
where: vector_list - list of lists of doubles cluster_list - list of lists of doubles k - number of cluster_list (int) maxIter - maximum iteration (int) epsilon - convergence epsilon (float)