Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个教程,告诉我们设置一个基本的 apache flink 机器学习。当前可用 的材料是 scala 语言。
Flink 的 ML 库不支持 Java,因为它的流水线机制(能够灵活地链接多个Estimatorsand Transformers)在很大程度上依赖于 Scala 的隐式值解析。理论上,可以手动将这些操作放在一起,但这样做非常繁琐,不推荐使用。
Estimators
Transformers