Bugfix for data generator

Added data variable for call of main function
This commit is contained in:
2018-05-26 19:16:29 +02:00
parent e15c5da69a
commit 318b66b1a6

View File

@@ -24,7 +24,7 @@ import multiprocessing
# CODE
# Main function of the algorithm
def kmeansmk1(clusters):
def kmeansmk1(clusters, data):
print("Sorting data into " + str(clusters) + " clusters.")
# Startup function for collecting necesarry data