Package elki.index.tree.betula.features
Interface AsClusterFeature
-
- All Known Subinterfaces:
ClusterFeature
- All Known Implementing Classes:
BIRCHCF
,CFNode
,VIIFeature
,VVIFeature
,VVVFeature
public interface AsClusterFeature
Get the clustering feature representation. For cluster features, this is the identity, and forCFNode
s 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 ClusterFeature
getCF()
Get as clustering feature.
-
-
-
Method Detail
-
getCF
ClusterFeature getCF()
Get as clustering feature.- Returns:
- Clustering feature
-
-