···120120121121## Clustering
122122123123+* [bogofilter](https://bogofilter.sourceforge.io/)
124124+ * spam filter that classifies text using Bayesian statistical analysis; able to learn from classifications and corrections
123125* [scikit-learn](https://github.com/scikit-learn/scikit-learn)
124126 * python library including clustering through various algorithms, such as K-Means, DBSCAN, and hierarchical clustering
125127* [SpamAssassin by Apache](https://spamassassin.apache.org)