[mlpack-git] [mlpack] k-means should support better handling of empty clusters (#595)

Ryan Curtin notifications at github.com
Fri Mar 25 23:55:02 EDT 2016


We should update the KMeans class so that the EmptyClusterPolicy and _only_ the EmptyClusterPolicy controls what is done with empty clusters.  Two options I plan to implement are:

 * "kill" the cluster by setting it to all DBL_MAX, so it's never used again
 * leave the cluster alone, by simply leaving the centroid in place; this is Erich's (@kno20) suggestion

This comes out of the discussion for #592.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/595
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160325/fda81b5c/attachment.html>


More information about the mlpack-git mailing list