a

apriori

A Java implementation of the Apriori algorithm for finding frequent item sets and (optionally) generating association rules.
https://github.com/michael-rapp/Apriori
Apache License version 2.0
Michael Rapp
Files download
File Operation
apriori-2.0.1.jar download
apriori-2.0.1.pom download
apriori-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michael-rapp</groupId>
  <artifactId>apriori</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.michael-rapp:apriori:2.0.1'
Gradle Kotlin
implementation("com.github.michael-rapp:apriori:2.0.1")
Scala SBT
libraryDependencies += "com.github.michael-rapp" % "apriori" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michael-rapp', module='apriori', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.michael-rapp" name="apriori" rev="2.0.1" />
Leiningen
[com.github.michael-rapp/apriori "2.0.1"]
Apache Buildr
'com.github.michael-rapp:apriori:jar:2.0.1'