Skip to content

hclust1d 0.1.0

Compare
Choose a tag to compare
@SzymonNowakowski SzymonNowakowski released this 13 Jul 20:16
· 11 commits to master since this release
  • Added a vignette on replacing stats::hclust with hclust1d
  • Added a getting started vignette
  • Added citation info and added .onAttach message with this citation info
  • Added a listing of all currently supported distance methods in supported_methods
  • Added a listing of all currently supported distance methods in supported_dist.methods
  • Added complete linkage support
  • Added average linkage support
  • Added centroid (UPGMC) and median (weighted centroid, WPGMC) linkage support
  • Added true_median linkage support
  • Added ward.D and ward.D2 linkage support
  • Added mcquitty (WPGMC) linkage support
  • Added a heap implementation of priority queue with key update by id