Branch: refs/heads/3.4.x
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 2951ec026197d601d1b2df5dd6948b3574ff15b0
      
https://github.com/cytoscape/cytoscape.js/commit/2951ec026197d601d1b2df5dd6948b3574ff15b0
  Author: Max Franz <[email protected]>
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
    M documentation/docmaker.json
    M src/collection/algorithms/hierarchical-clustering.js
    M src/collection/algorithms/k-clustering.js
    M test/collection-hierarchical.js
    M test/collection-k-medoids.js

  Log Message:
  -----------
  Backport 3.4.x : Fix issues re. clustering with a custom `distance(nodeP, 
nodeQ)` function

- Only AP, k-medoids, and HCA should allow this two-argument distance function.
- Revise HCA and k-medoids to allow for use of `nodeP` and nodeQ`.
- Add tests for HCA and k-medoids with `distance(nodeP, nodeQ)`.  AP already 
uses this format in its main test.  They verify the arguments and the end 
result.
- Remove the erroneous `distance()` signatures from the docs for k-means and 
fuzzy c-means.

Ref : Clustering without attributes #2368 #2369


-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to