ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It...
elki: "environment for developing kddapplications supported by indexstructures" 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 mtree.
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.
portable machine-learning data-analysis data-mining data-science data-visualisation clustering anomaly-detector classification outlier-detection