Using ML lib SVM with Java

2016-05-09 Thread Malte Schwarzer
Hi folks, I tried to get the FlinkML SVM running - but it didn't really work. The SVM.fit() method requires a DataSet parameter but there is no such class/interface in Flink Java. Or am I mixing something up with Scala? Also, I couldn't find a Flink ML example for Java (there is only Scala). Is

Re: Using ML lib SVM with Java

2016-05-09 Thread Simone Robutti
To my knowledge FlinkML does not support an unified API and most things must be used exclusively with Scala Datasets. 2016-05-09 13:31 GMT+02:00 Malte Schwarzer : > Hi folks, > > I tried to get the FlinkML SVM running - but it didn't really work. The > SVM.fit() method requires a DataSet paramete

Re: Using ML lib SVM with Java

2016-05-09 Thread Theodore Vasiloudis
Hello Malte, As Simone said there is no Java support currently for FlinkML unfortunately. Regards, Theodore On Mon, May 9, 2016 at 3:05 PM, Simone Robutti wrote: > To my knowledge FlinkML does not support an unified API and most things > must be used exclusively with Scala Datasets. > > 2016-0