| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииELKI Прикладные библиотеки Machine Learning |
| Группа | Группаde.lmu.ifi.dbs.elki |
| Идентификатор | Идентификаторelki-bundle |
| Последняя версия | Последняя версия0.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеELKI Data Mining Framework - Single-jar Bundle
ELKI is an open source (AGPLv3) data mining software written in Java. The focus of ELKI is research in algorithms, with an emphasis on unsupervised methods in cluster analysis and outlier detection.
In order to achieve high performance and scalability, ELKI offers many data index structures such as the R*-tree that can provide major performance gains.
ELKI is designed to be easy to extend for researchers and students in this domain, and welcomes contributions in particular of new methods.
ELKI aims at providing a large collection of highly parameterizable algorithms, in order to allow easy and fair evaluation and benchmarking of algorithms.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| elki-bundle-0.7.1.pom | |
| elki-bundle-0.7.1.jar | 13 MB |
| elki-bundle-0.7.1-sources.jar | 549 bytes |
| elki-bundle-0.7.1-javadoc.jar | 64 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.lmu.ifi.dbs.elki/elki-bundle/ -->
<dependency>
<groupId>de.lmu.ifi.dbs.elki</groupId>
<artifactId>elki-bundle</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.lmu.ifi.dbs.elki/elki-bundle/
implementation 'de.lmu.ifi.dbs.elki:elki-bundle:0.7.1'
// https://jarcasting.com/artifacts/de.lmu.ifi.dbs.elki/elki-bundle/
implementation ("de.lmu.ifi.dbs.elki:elki-bundle:0.7.1")
'de.lmu.ifi.dbs.elki:elki-bundle:jar:0.7.1'
<dependency org="de.lmu.ifi.dbs.elki" name="elki-bundle" rev="0.7.1">
<artifact name="elki-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.lmu.ifi.dbs.elki', module='elki-bundle', version='0.7.1')
)
libraryDependencies += "de.lmu.ifi.dbs.elki" % "elki-bundle" % "0.7.1"
[de.lmu.ifi.dbs.elki/elki-bundle "0.7.1"]