Uses of Class
elki.clustering.kmedoids.FastPAM
-
Packages that use FastPAM Package Description elki.clustering.kmedoids K-medoids clustering (PAM). -
-
Uses of FastPAM in elki.clustering.kmedoids
Subclasses of FastPAM in elki.clustering.kmedoids Modifier and Type Class Description class
FastCLARA<V>
Clustering Large Applications (CLARA) with theFastPAM
improvements, to increase scalability in the number of clusters.class
FasterCLARA<O>
Clustering Large Applications (CLARA) with theFastPAM
improvements, to increase scalability in the number of clusters.class
FasterPAM<O>
Variation of FastPAM that eagerly performs any swap that yields an improvement during an iteration.Methods in elki.clustering.kmedoids that return FastPAM Modifier and Type Method Description FastPAM<V>
FastPAM.Par. make()
-