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 classBIRCHCF.Factory.ParParameterization class.
-
Field Summary
Fields Modifier and Type Field Description static BIRCHCF.FactorySTATICStatic instance.
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BIRCHCFmake(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.FactoryMake a new clustering feature of the given dimensionality.- Specified by:
makein interfaceClusterFeature.Factory<BIRCHCF>- Parameters:
dim- Dimensionality- Returns:
- Clustering feature
-
-