Hello everyone,

I have previously asked a question about Streaming K Means examples, and got an answer that there are not so many available.

Can anyone give me example of how to call Streaming K Means clustering for a dataset, and how to get the results?

What are the results, are they the same as in basic K Means? Do I get centroids and clustered points? And do I get the distance between point and its centroid, like in K Means?

I would like to run Streaming K Means clustering on a dataset, and read in centroids, and also I need the distance from the points to their given centroids. How to do that?

Thanks

Reply via email to