Branch: refs/heads/master
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 98b61498339455df042e32a7b906083f422d5382
      
https://github.com/cytoscape/cytoscape.js/commit/98b61498339455df042e32a7b906083f422d5382
  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:
  -----------
  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


-- 
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