简体   繁体   English

有没有Java语言的Apache Flink机器学习教程

[英]Is there a Apache Flink machine learning tutorial in Java language

I am in search of a tutorial that tells us to setup a basic apache flink machine learning.我正在寻找一个教程,告诉我们设置基本的 apache flink 机器学习。 Current available material is in scala language.当前可用的材料是 Scala 语言的。

Flink's ML library does not support Java because its pipelining mechanism (being able to flexibly chain multiple Estimators and Transformers ) heavily depends on Scala's implicit value resolution. Flink 的 ML 库不支持 Java,因为它的流水线机制(能够灵活地链接多个EstimatorsTransformers )在很大程度上依赖于 Scala 的隐式值解析。 Theoretically, it is possible to put the operations manually together, but this is quite tedious and not recommended.理论上,可以手动将这些操作放在一起,但这样很乏味,不推荐。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM