Package elki.clustering.kmedoids
Class FasterPAM.Par<O>
- java.lang.Object
-
- elki.clustering.kmedoids.PAM.Par<V>
-
- elki.clustering.kmedoids.FastPAM1.Par<V>
-
- elki.clustering.kmedoids.FastPAM.Par<O>
-
- elki.clustering.kmedoids.FasterPAM.Par<O>
-
- All Implemented Interfaces:
Parameterizer
- Direct Known Subclasses:
FasterCLARA.Par
public static class FasterPAM.Par<O> extends FastPAM.Par<O>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.kmedoids.FastPAM.Par
fasttol, FASTTOL_ID
-
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 FasterPAM<O>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.kmedoids.FastPAM.Par
configure, defaultInitializer
-
-
-
-
Method Detail
-
make
public FasterPAM<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 classFastPAM.Par<O>
- Returns:
- a new instance
-
-