mage
mage copied to clipboard
Allow restricting community detection to subgraphs
Description
Extend the community_detection
module to allow restricting community detection to subgraphs.
Pull request type
- [x] Feature
Related issues
#149
######################################
Reviewer checklist (the reviewer checks this part)
Module/Algorithm
- [ ] Core algorithm/module implementation
- [ ] Query module implementation
- [ ] Unit tests
- [ ] End-to-end tests
- [ ] Code documentation
- [ ] README short description
- [ ] Documentation on memgraph/docs
######################################
I have added some comments, mostly pointing to the changes related to the repetition of code.
Thanks for the review! The current state of the branch is basically a minimum viable solution, and I’m eliminating repetition now.
@threedliteguy: Hi Dan! The PR adding community detection on subgraphs has been approved - come and try it out :slightly_smiling_face:
@antepusic Comment out here the link to memgraph/docs
PR
@antepusic Comment out here the link to
memgraph/docs
PR
Here you are: https://github.com/memgraph/docs/pull/450