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