What exactly clusterCount does?
I am training a BOW classifier to classify some images, but I am not really sure what does cluster_count – Number of clusters to split the set by
means. In fact what is the set: the image or the class, or the whole number of features? The number of clusters is defined on one image, on one class, or on all the features used for training?
I think it's the number of words in the dictionary (the dictionary is obtained by using K means), but I'm not sure. Can you add a link to the documentation where it appears?