About Anaconda Help Download Anaconda

k-Medoids Clustering in Python with FasterPAM

copied from cf-staging / kmedoids

Installers

  • linux-64 v0.5.1
  • osx-arm64 v0.5.1
  • osx-64 v0.5.1
  • win-64 v0.5.1

conda install

To install this package run one of the following:
conda install conda-forge::kmedoids

Description

This python package implements k-medoids clustering with PAM and variants of clustering by direct optimization of the (Medoid) Silhouette, including the DynMSC variant that automatically chooses the number of clusters (based on the optimum medoid silhouette). It can be used with arbitrary dissimilarites, as it only requires a dissimilarity matrix as input. A sklearn compatible API is included.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy