Package elki.index.tree.betula.features
Interface ClusterFeature.Factory<F extends ClusterFeature>
-
- Type Parameters:
F
- feature type
- All Known Implementing Classes:
BIRCHCF.Factory
,VIIFeature.Factory
,VVIFeature.Factory
,VVVFeature.Factory
- Enclosing interface:
- ClusterFeature
public static interface ClusterFeature.Factory<F extends ClusterFeature>
Cluster feature factory- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F
make(int dim)
Make a new clustering feature of the given dimensionality.
-
-
-
Method Detail
-
make
F make(int dim)
Make a new clustering feature of the given dimensionality.- Parameters:
dim
- Dimensionality- Returns:
- Clustering feature
-
-