Uses of Class
elki.clustering.kmedoids.FastPAM1
-
Packages that use FastPAM1 Package Description elki.clustering.kmedoids K-medoids clustering (PAM). -
-
Uses of FastPAM1 in elki.clustering.kmedoids
Subclasses of FastPAM1 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.classFastPAM<O>FastPAM: An improved version of PAM, that is usually O(k) times faster.Methods in elki.clustering.kmedoids that return FastPAM1 Modifier and Type Method Description FastPAM1<V>FastPAM1.Par. make()
-