Hi! I was trying to understand the algorithm. It seemed to me that ...
-
the number of 'q' micro clusters is not restricted as stated in the original paper
-
to try the algorithm, you have to first call the partial fit method (online stage) and then call predict (offline stage)
However, many errors appeared when I tried to cluster a scikitlearn data set. I would like to clarify the points mentioned above. Thanks in advance!