Java Machine Learning Library 0.0.11 released

The 11th installment of the Java Machine Learning Library has been released. The main features of this release are two new classification algorithms: a binary Support Vector Machine and a logistic regression classifier. Besides these two classifiers also numerous other improvements to the library were made.
The smaller improvements to the library include:
- restructuring of the library so that the structure is more logical
- added Linear and Polynomial kernels, two distance measures often found in the context of support vector machines
- added Iterable support on datasets
- fixed a bug in SOM which would result in the clusterer always crashing
- added Serialization support to Instances
- removed unused stuff