Bugfix for data generator
Added data variable for call of main function
This commit is contained in:
@@ -24,7 +24,7 @@ import multiprocessing
|
|||||||
|
|
||||||
# CODE
|
# CODE
|
||||||
# Main function of the algorithm
|
# Main function of the algorithm
|
||||||
def kmeansmk1(clusters):
|
def kmeansmk1(clusters, data):
|
||||||
print("Sorting data into " + str(clusters) + " clusters.")
|
print("Sorting data into " + str(clusters) + " clusters.")
|
||||||
|
|
||||||
# Startup function for collecting necesarry data
|
# Startup function for collecting necesarry data
|
||||||
|
|||||||
Reference in New Issue
Block a user