Re: Java Exapmle of Stochastic Outlier Selection
Posted by
Rong Rong on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Java-Exapmle-of-Stochastic-Outlier-Selection-tp25476p25481.html
Hi James,
Usually Flink ML is highly integrated with Scala. I did poke around to and try to make the example work in Java and it does require a significant amount of effort, but you can try:
First the implicit type parameters needs to be passed over to the execution environment to generate the DataSet appropriately. I found this link [1] might be useful depending on your use case.
Next you need to extract the TransformDataSetOperation from the StochasticOutlierSelection method since it's also an implicit argument to the transform method.
--
Rong
On Sat, Jan 12, 2019 at 12:39 AM James.Y.Yang (g-mis.cncd02.Newegg) 42035 <
[hidden email]> wrote: