Java Machine Learning Library 0.0.7 released

In this release we cleaned some more in the code of SOM and AQBC, we especially removed a lot of redundant variables.

We fixed a bug in the KMeans algorithm that made the algorithm return an empty cluster in some cases. This also affected the variants of KMeans: IterativeKMeans, MultiKMeans and IterativeMultiKMeans.