Package elki.index.tree.betula.features
Interface AsClusterFeature
-
- All Known Subinterfaces:
ClusterFeature
- All Known Implementing Classes:
BIRCHCF,CFNode,VIIFeature,VVIFeature,VVVFeature
public interface AsClusterFeatureGet the clustering feature representation. For cluster features, this is the identity, and forCFNodes it returns the cluster feature of the node.- Since:
- 0.8.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterFeaturegetCF()Get as clustering feature.
-
-
-
Method Detail
-
getCF
ClusterFeature getCF()
Get as clustering feature.- Returns:
- Clustering feature
-
-