Package de.lmu.ifi.dbs.elki.algorithm.clustering

Clustering algorithms.

See: Description


Package de.lmu.ifi.dbs.elki.algorithm.clustering Description

Clustering algorithms.

Clustering algorithms are supposed to implement the Algorithm-Interface. The more specialized interface ClusteringAlgorithm requires an implementing algorithm to provide a special result class suitable as a partitioning of the database. More relaxed clustering algorithms are allowed to provide a result that is a fuzzy clustering, does not partition the database complete or is in any other sense a relaxed clustering result.
See Also:
de.lmu.ifi.dbs.elki.algorithm
Release 0.5.0 (2012-07-02_1155)