License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdtimeseriesForecasting |
Last Version | Last Version1.1.27 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptiontimeseriesForecasting
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/timeseriesForecasting/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>timeseriesForecasting</artifactId>
<version>1.1.27</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/timeseriesForecasting/
implementation 'nz.ac.waikato.cms.weka:timeseriesForecasting:1.1.27'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/timeseriesForecasting/
implementation ("nz.ac.waikato.cms.weka:timeseriesForecasting:1.1.27")
'nz.ac.waikato.cms.weka:timeseriesForecasting:jar:1.1.27'
<dependency org="nz.ac.waikato.cms.weka" name="timeseriesForecasting" rev="1.1.27">
<artifact name="timeseriesForecasting" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='timeseriesForecasting', version='1.1.27')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "timeseriesForecasting" % "1.1.27"
[nz.ac.waikato.cms.weka/timeseriesForecasting "1.1.27"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.8.0,) |
jfree : jfreechart | jar | 1.0.13 |
commons-codec : commons-codec | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.8.0,) |
junit : junit | jar | 4.5 |