Package elki.clustering.em
Class BetulaGMMWeighted.Par
- java.lang.Object
-
- elki.clustering.em.BetulaGMM.Par
-
- elki.clustering.em.BetulaGMMWeighted.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- BetulaGMMWeighted
public static class BetulaGMMWeighted.Par extends BetulaGMM.Par
Parameterizer- Author:
- Andreas Lang
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BetulaGMMWeighted
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.em.BetulaGMM.Par
configure
-
-
-
-
Method Detail
-
make
public BetulaGMMWeighted make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Specified by:
make
in interfaceParameterizer
- Overrides:
make
in classBetulaGMM.Par
- Returns:
- a new instance
-
-