Skip to content

Faster clustering

Compare
Choose a tag to compare
@durszlaczek durszlaczek released this 28 Sep 13:20
· 58 commits to master since this release

Parameters method and subsequent were merged together. Possible values for method are:

  • fast-fixed (method = "hclust" + successive = TRUE),
  • fixed (method = "hclust" + successive = FALSE),
  • fast-adapive (method = "LRT" + successive = TRUE),
  • adaptive (method = "LRT" + successive = FALSE).

Some improvements in algorithms and in plots alignment were done.