Re: privacy preserving on streaming Kmeans in Flink
Posted by
Ken Krugler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/privacy-preserving-on-streaming-Kmeans-in-Flink-tp28256p28263.html
Hi Alaa,
You could look at
https://github.com/ScaleUnlimited/flink-streaming-kmeans for an example of this.
Though note that there are non-iterative versions to k-means clustering that are much more efficient.
This code was a way of exploring iterations in streaming data….
— Ken
*I try to make a research in privacy preserving data on streaming k-means
clustering and to develop an implementation on Flink.
My questions are :
If there a library for K means in Flink? Because I didn't see it on
FlinkML?
How we can I implement streaming kmeans clustering on Flink?
If anybody know , can you please explain some of the key steps that I have
to follow?*
--------------------------