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 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.class
FastPAM<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()
-