ENH: implement Agglomerative (hierarchical) clustering by sinhrks · Pull Request #162 · AtheMathmo/rusty-machine

This needs a discussion, because hierarchical clustering uses the same data for training and prediction. It doesn't meet very well with current SupModel trait. Maybe we should have train_predic...