annoviko/pyclustering
[pyclustering.cluster.agglomerative] UPGMA and WPGMA
Open
#567 opened on Nov 27, 2019
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;