Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mljs/hclust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: mljs/hclust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 15, 2016

  1. feat(agnes): add agglomerative clustering algorithm based on a distan…

    …ce matrix
    
    It can replace the current implementation of agnes, just calculating the distance matrix from the data input at the beginning.
    Also, some errors in the code were fixed and documentation updated.
    targos committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    7609eb0 View commit details
    Browse the repository at this point in the history
  2. chore: update travis config

    targos committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    64efec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    b356829 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'agnes-distance'

    targos committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    370646f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8864cd3 View commit details
    Browse the repository at this point in the history
  4. 1.1.0

    targos committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    0e2a41a View commit details
    Browse the repository at this point in the history
Loading