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 classFastCLARA<V>Clustering Large Applications (CLARA) with theFastPAMimprovements, to increase scalability in the number of clusters.classFasterCLARA<O>Clustering Large Applications (CLARA) with theFastPAMimprovements, to increase scalability in the number of clusters.classFasterPAM<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()
-