seratch / apriori4j   0.4

MIT License GitHub

Apriori Algorithm Implementation in Java, Scala

Scala versions: 2.12 2.11 2.10

apriori4s 0.4


Group ID:
com.github.seratch
Artifact ID:
apriori4s_2.10
Version:
0.4
Release Date:
Feb 6, 2019
Licenses:
MIT
Files:

libraryDependencies += "com.github.seratch" %% "apriori4s" % "0.4"

Mill build tool

ivy"com.github.seratch::apriori4s:0.4"

Scala CLI

//> using dep "com.github.seratch::apriori4s:0.4"

Ammonite REPL

import $ivy.`com.github.seratch::apriori4s:0.4`

<dependency>
  <groupId>com.github.seratch</groupId>
  <artifactId>apriori4s_2.10</artifactId>
  <version>0.4</version>
</dependency>

compile group: 'com.github.seratch', name: 'apriori4s_2.10', version: '0.4'