Re: k means Clustering for images
Hi Ashutosh, There is a K-means implementation [1] in Flink example and a pending pull request about K-Means [2] in FlinkML (Machine learning library based on Flink). I think you can start from these implementations. [1]: https://github.com/apache/flink/blob/master/flink-examples/flink-example
k means Clustering for images
I am looking for steps to perform clustering on image repository. Request you to provide me few pointers. Thanks Ashutosh