t

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.
http://weka.sourceforge.net/doc.packages/timeseriesForecasting
GNU General Public License 3
University of Waikato, Hamilton, NZ
Mark Hall
Files download
File Operation
timeseriesForecasting-1.0.22.jar download
timeseriesForecasting-1.0.22.pom download
timeseriesForecasting-1.0.22-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>timeseriesForecasting</artifactId>
  <version>1.0.22</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:timeseriesForecasting:1.0.22'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:timeseriesForecasting:1.0.22")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "timeseriesForecasting" % "1.0.22"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='timeseriesForecasting', version='1.0.22')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="timeseriesForecasting" rev="1.0.22" />
Leiningen
[nz.ac.waikato.cms.weka/timeseriesForecasting "1.0.22"]
Apache Buildr
'nz.ac.waikato.cms.weka:timeseriesForecasting:jar:1.0.22'