Why does calling FuzzyCMeans.predict_proba()
alter the centroids of the fitted model?
#626
Labels
FuzzyCMeans.predict_proba()
alter the centroids of the fitted model?
#626
Discussed in #625
Originally posted by ensley-nexant August 5, 2024
I'm trying to understand why I can call
.predict_proba()
multiple times on the same fitted model, passing the same function, and get different predictions. Is this the intended behavior?It looks like the centroids are being updated on every prediction, and I'm not sure why that would be the case. Here is an example:
Output:
The text was updated successfully, but these errors were encountered: