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