DOC

nz.ac.waikato.cms.weka : timeseriesForecasting

Maven & Gradle

Oct 25, 2019

timeseriesForecasting · Provides a time series forecasting environment for Weka. Includes a wrapper for Weka regression schemes that automates the process of creating lagged variables and date-derived periodic variables and provides the ability to do closed-loop forecasting. New evaluation routines are provided by a special evaluation module and graphing of predictions/forecasts are provided via the JFreeChart library. Includes both command-line and GUI user interfaces. Sample time series data can be found in ${WEKA_HOME}/packages/timeseriesForecasting/sample-data.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : timeseriesForecasting Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : timeseriesForecasting Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file timeseriesForecasting-1.0.27-javadoc.jar to timeseriesForecasting-1.0.27-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder timeseriesForecasting-1.0.27-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 "timeseriesForecasting-1.0.27-sources.jar" -d "timeseriesForecasting-1.0.27-javadoc" -subpackages