Package elki.clustering.silhouette
Class FasterMSC.Par<O>
- java.lang.Object
-
- elki.clustering.kmedoids.PAM.Par<O>
-
- elki.clustering.silhouette.PAMSIL.Par<O>
-
- elki.clustering.silhouette.PAMMEDSIL.Par<O>
-
- elki.clustering.silhouette.FastMSC.Par<O>
-
- elki.clustering.silhouette.FasterMSC.Par<O>
-
- All Implemented Interfaces:
Parameterizer
public static class FasterMSC.Par<O> extends FastMSC.Par<O>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.kmedoids.PAM.Par
distance, initializer, k, maxiter
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FasterMSC<O>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.silhouette.FastMSC.Par
defaultInitializer
-
-
-
-
Method Detail
-
make
public FasterMSC<O> 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 classFastMSC.Par<O>
- Returns:
- a new instance
-
-