pyclustering
pyclustering copied to clipboard
A way to know the progress
Is there a way to know the progress (like 50% complete, 20min ETA etc) for each of these functions?
cure_instance = cure(X, k, ccore=True);
cure_instance.process();
clusters = cure_instance.get_clusters();
I am running this on a huge data set and more than 8 hours and still processing.
Hello, @Nithanaroy,
Currently, the library does not provide such information. Good point to implement it. I will provide such service.