Class ByLabelOrAllInOneClustering

  • All Implemented Interfaces:
    elki.Algorithm, ClusteringAlgorithm<Clustering<Model>>

    @Priority(-150)
    public class ByLabelOrAllInOneClustering
    extends ByLabelClustering
    Trivial class that will try to cluster by label, and fall back to an "all-in-one" clustering.
    Since:
    0.5.0
    Author:
    Erich Schubert