Package elki.clustering.subspace
Interface SubspaceClusteringAlgorithm<M extends SubspaceModel>
-
- Type Parameters:
M
- Model type
- All Superinterfaces:
Algorithm
,ClusteringAlgorithm<Clustering<M>>
public interface SubspaceClusteringAlgorithm<M extends SubspaceModel> extends ClusteringAlgorithm<Clustering<M>>
Interface for subspace clustering algorithms that use a model derived fromSubspaceModel
, that can then be post-processed for outlier detection.- Since:
- 0.5.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface elki.Algorithm
Algorithm.Utils
-
-
Method Summary
-
Methods inherited from interface elki.Algorithm
getInputTypeRestriction
-
Methods inherited from interface elki.clustering.ClusteringAlgorithm
autorun
-
-