How to Install elki in Ubuntu 18.04



Install elki by entering the following commands in the terminal:

sudo apt update
sudo apt install elki

Description:

Data mining algorithm development framework

ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It includes a large variety of popular data mining algorithms, distance functions and index structures. . Its focus is particularly on clustering and outlier detection methods, in contrast to many other data mining toolkits that focus on classification. Additionally, it includes support for index structures to improve algorithm performance such as R*-Tree and M-Tree. . The modular architecture is meant to allow adding custom components such as distance functions or algorithms, while being able to reuse the other parts for evaluation. . This package contains the compiled ELKI version, and launcher scripts.

Homepage: https://elki-project.github.io/

Version: 0.7.1-6

Section: universe/science