Package elki.index.tree.betula.features
Class VIIFeature.Factory
- java.lang.Object
-
- elki.index.tree.betula.features.VIIFeature.Factory
-
- All Implemented Interfaces:
ClusterFeature.Factory<VIIFeature>
- Enclosing class:
- VIIFeature
@Alias("VII") public static class VIIFeature.Factory extends java.lang.Object implements ClusterFeature.Factory<VIIFeature>
Factory for making cluster features.- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VIIFeature.Factory.Par
Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description static VIIFeature.Factory
STATIC
Static instance.
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VIIFeature
make(int dim)
Make a new clustering feature of the given dimensionality.
-
-
-
Field Detail
-
STATIC
public static final VIIFeature.Factory STATIC
Static instance.
-
-
Method Detail
-
make
public VIIFeature make(int dim)
Description copied from interface:ClusterFeature.Factory
Make a new clustering feature of the given dimensionality.- Specified by:
make
in interfaceClusterFeature.Factory<VIIFeature>
- Parameters:
dim
- Dimensionality- Returns:
- Clustering feature
-
-