API changes:
- ``pca_weighted`` is now keyword of ``Clustergram.plot()`` not ``__init__``.
Enhancements:
- Support ``MiniBatchKMeans`` (``scikit-learn``)
- Custom ``__repr__``
- Expose cluster labels obtained during the loop
- Expose cluster centers
- Silhouette score
- Calinski and Harabasz score
- Davies-Bouldin score