kfGroovy

Knowledge Flow plugin that provides a Knowledge Flow step that wraps around a Groovy script. The plugin generates a fully compilable template Groovy script that implements various Knowledge Flow interfaces. The user can fill in the methods that are necessary to accomplish the desired logic. The script is compiled at runtime and the Groovy component passes incoming events to the script and collects and passes on generated events.

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

kfGroovy
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

kfGroovy
Knowledge Flow plugin that provides a Knowledge Flow step that wraps around a Groovy script. The plugin generates a fully compilable template Groovy script that implements various Knowledge Flow interfaces. The user can fill in the methods that are necessary to accomplish the desired logic. The script is compiled at runtime and the Groovy component passes incoming events to the script and collects and passes on generated events.
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/kfGroovy
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/kfGroovy-1.0.12

Download kfGroovy

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.8.0,)
org.codehaus.groovy : groovy-all jar 2.4.6

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.8.0,)
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.12
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4