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 class
VVIFeature.Factory.Par
Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description static VVIFeature.Factory
STATIC
Static instance.
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VVIFeature
make(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.Factory
Make a new clustering feature of the given dimensionality.- Specified by:
make
in interfaceClusterFeature.Factory<VVIFeature>
- Parameters:
dim
- Dimensionality- Returns:
- Clustering feature
-
-