Adam Shirey

Results 2 issues of Adam Shirey

I wrote a small crate, [`joinable`](https://github.com/aeshirey/joinable) to do relational joins between two iterables. Someone suggested this may be a good addition to itertools, so I'd like to ask if this...

I'm looking to use `linfa` for k-means clustering, and [the current k-means example](https://github.com/rust-ml/linfa/blob/master/algorithms/linfa-clustering/examples/kmeans.rs) is pretty incomprehensible to a newbie. It may be that this makes perfect sense to someone steeped...