Последняя версия

Apriori 2.0.1

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

Лицензия

Лицензия

Группа

Группа

com.github.michael-rapp
Идентификатор

Идентификатор

apriori
Версия

Версия

2.0.1
Тип

Тип

jar
Описание

Описание

Apriori
A Java implementation of the Apriori algorithm for finding frequent item sets and (optionally) generating association rules.
Ссылка на сайт

Ссылка на сайт

https://github.com/michael-rapp/Apriori
Система контроля версий

Система контроля версий

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

Скачать 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"]

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21
org.slf4j : slf4j-api jar [1.7,1.8)

test (3)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.