Last Version

Apriori 2.0.1

A Java implementation of the Apriori algorithm for finding frequent item sets and (optionally) generating association rules.

License

License

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

apriori
Version

Version

2.0.1
Type

Type

jar
Description

Description

Apriori
A Java implementation of the Apriori algorithm for finding frequent item sets and (optionally) generating association rules.
Project URL

Project URL

https://github.com/michael-rapp/Apriori
Source Code Management

Source Code Management

https://github.com/michael-rapp/Apriori.git

Download apriori 2.0.1


<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/apriori/ -->
<dependency>
    <groupId>com.github.michael-rapp</groupId>
    <artifactId>apriori</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/apriori/
implementation 'com.github.michael-rapp:apriori:2.0.1'
// https://jarcasting.com/artifacts/com.github.michael-rapp/apriori/
implementation ("com.github.michael-rapp:apriori:2.0.1")
'com.github.michael-rapp:apriori:jar:2.0.1'
<dependency org="com.github.michael-rapp" name="apriori" rev="2.0.1">
  <artifact name="apriori" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='apriori', version='2.0.1')
)
libraryDependencies += "com.github.michael-rapp" % "apriori" % "2.0.1"
[com.github.michael-rapp/apriori "2.0.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21
org.slf4j : slf4j-api jar [1.7,1.8)

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.21
org.mockito : mockito-core jar [2.8,2.9)
ch.qos.logback : logback-classic jar [1.2,1.3)

Project Modules

There are no modules declared in this project.