Package elki.clustering.kmedoids
Class FastPAM1.Par<V>
- java.lang.Object
-
- elki.clustering.kmedoids.PAM.Par<V>
-
- elki.clustering.kmedoids.FastPAM1.Par<V>
-
- All Implemented Interfaces:
Parameterizer
- Direct Known Subclasses:
FastPAM.Par
public static class FastPAM1.Par<V> extends PAM.Par<V>
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 FastPAM1<V>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.kmedoids.PAM.Par
configure, defaultInitializer
-
-
-
-
Method Detail
-
make
public FastPAM1<V> 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 classPAM.Par<V>
- Returns:
- a new instance
-
-