Re: Multidimensional K-Means

2015-02-15 Thread Attila Tóth
a clusterCenters method that gives you what you're looking for. Explore the API a bit more first. On Sun, Feb 15, 2015 at 4:26 PM, Attila Tóth atez...@gmail.com wrote: Dear Spark User List, I'm fairly new to Spark, trying to use it for multi-dimensional clustering (using the k-means

Multidimensional K-Means

2015-02-15 Thread Attila Tóth
Dear Spark User List, I'm fairly new to Spark, trying to use it for multi-dimensional clustering (using the k-means clustering from MLib). However, based on the examples the clustering seems to work only for a single dimension (KMeans.train() accepts an RDD[Vector], which is a vector of doubles -