DOC

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

Maven & Gradle

Apr 03, 2023
460 stars

MOA: meta-package · 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.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.moa : moa-pom Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.moa : moa-pom Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2023.04.x
2021.07.x
2020.12.x
2020.07.x
2020.06.x
2019.05.x
2019.04.x
2018.6.x
2017.06
2016.04
2015.11
2014.11
2014.04
2013.11
2012.08

How to open Javadoc JAR file in web browser

  1. Rename the file moa-pom-2023.04.0-javadoc.jar to moa-pom-2023.04.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder moa-pom-2023.04.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "moa-pom-2023.04.0-sources.jar" -d "moa-pom-2023.04.0-javadoc" -subpackages 

Advertisement