Package elki.clustering.trivial
Class ByLabelOrAllInOneClustering
- java.lang.Object
-
- elki.clustering.trivial.ByLabelClustering
-
- elki.clustering.trivial.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class elki.clustering.trivial.ByLabelClustering
ByLabelClustering.Par
-
-
Constructor Summary
Constructors Constructor Description ByLabelOrAllInOneClustering()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clustering<Model>autorun(elki.database.Database database)-
Methods inherited from class elki.clustering.trivial.ByLabelClustering
getInputTypeRestriction, run
-
-
-
-
Method Detail
-
autorun
public Clustering<Model> autorun(elki.database.Database database)
- Specified by:
autorunin interfaceelki.Algorithm- Specified by:
autorunin interfaceClusteringAlgorithm<Clustering<Model>>- Overrides:
autorunin classByLabelClustering
-
-