is not current version
Last Version 1.1.27

nz.ac.waikato.cms.weka:timeseriesForecasting 1.0.25

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.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

timeseriesForecasting
Version

Version

1.0.25
Type

Type

jar

Download timeseriesForecasting 1.0.25


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/timeseriesForecasting/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>timeseriesForecasting</artifactId>
    <version>1.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/timeseriesForecasting/
implementation 'nz.ac.waikato.cms.weka:timeseriesForecasting:1.0.25'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/timeseriesForecasting/
implementation ("nz.ac.waikato.cms.weka:timeseriesForecasting:1.0.25")
'nz.ac.waikato.cms.weka:timeseriesForecasting:jar:1.0.25'
<dependency org="nz.ac.waikato.cms.weka" name="timeseriesForecasting" rev="1.0.25">
  <artifact name="timeseriesForecasting" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='timeseriesForecasting', version='1.0.25')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "timeseriesForecasting" % "1.0.25"
[nz.ac.waikato.cms.weka/timeseriesForecasting "1.0.25"]