Re: Multi-dimensional[more than 2] input for KMeans Clustering in Apache flink

2016-03-01 Thread Fabian Hueske
Hi Subash, the KMeans implementation in Flink is meant to be a simple toy example and should not used for serious analysis tasks. It shows how the DataSet API works by implementing a well-known algorithm. Nonetheless, the example can be easily extended to work for three or more dimensions. You wo

Multi-dimensional[more than 2] input for KMeans Clustering in Apache flink

2016-03-01 Thread subash basnet
Hello all, Currently I find only two-dimension input possible for the KMeans Clustering in flink. Is there any implementation already or what should be the approach to implement more than 2 dimensional input for KMeans in flink? Or is there any other clustering method which taking more than two d