You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to call KMeansClustering.build() from your Scala code, assuming you import that package (as you noted in your question).
The current .build() API requires that you pass in a SourceFunction<Feature>. You should provide a DeserializationSchema for the Kafka Connector that converts the binary data in your topic to a Feature object.
Hi, thanks for sharing this project.
I am now running a
scala
project and wondering if it is possible to use your project inscala
(may beimport ...kmeans
, make it into a package).My resource is from
Kafka
rather than a static offline file, may I know how to use thiskmeans
withKafka
resource?The text was updated successfully, but these errors were encountered: