annoviko/pyclustering

[pyclustering.cluster.agglomerative] UPGMA and WPGMA

Open

#567 opened on Nov 27, 2019

 (0 comments) (0 reactions) (0 assignees)Python (263 forks)auto 404
DocumentaionEnhancementGood First Issue

Repository metrics

Stars
 (1,215 stars)
PR merge metrics
 (PR metrics pending)

Description

Introduction Distinguish UPGMA and WPGMA for Python and C++ parts of the library.

Description Currently, UPGMA is implemented and called as average linkage.

  • Documentation revise;
  • WPGMA Python implementation;
  • WPGMA C++ implementation;

Contributor guide