jar

nz.ac.waikato.cms.moa : moa-kafka

Maven & Gradle

Apr 03, 2023
460 stars

MOA: Add-ons for Kafka · Massive On-line Analysis is an environment for massive data mining. MOA provides a framework for data stream mining and includes tools for evaluation and a collection of machine learning algorithms. Related to the WEKA project, also written in Java, while scaling to more demanding problems. This artifact enables you to stream data to MOA from Kafka.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.moa : moa-kafka JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.moa : moa-kafka JAR file - All Versions:

Version Vulnerabilities Size Updated
2023.04.x
2021.07.x
2020.12.x
2020.07.x
2020.06.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window moa-kafka-2023.04.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

moa.streams

├─ moa.streams.KafkaStream.class - [JAR]

moa.util

├─ moa.util.KafkaUtils.class - [JAR]

├─ moa.util.ObjectDeserializer.class - [JAR]

├─ moa.util.ObjectSerializer.class - [JAR]

moa.tasks

├─ moa.tasks.WriteToTopicTask.class - [JAR]

Advertisement