Skip to content
  • S Anand's avatar
    BUG: fix aggregate logic in kpartite · e753c812
    S Anand authored
    Let's assume aggregate is sum(). Earlier, we had link = sum(source,
    target). Now, we have link = sum(nodes were source & target match). This
    is clearly much more useful, and more intuitive
    e753c812