Skip to content

Combinatorics and improved Ckmeans

Latest
Compare
Choose a tag to compare
@tmcw tmcw released this 20 Oct 16:34
· 413 commits to main since this release
  • Improved Ckmeans algorithm
    from the updated R project
    that dramatically increases performance.
  • Adds permutationHeap method for computing all permutations of an array.
  • Adds combinations for combinations without replacement
  • Adds combinationsReplacement for combinations with replacement