This method should simply:
- Build a MST
- Add self-loops with the core_distance
- round edges (for efficiency) and sort
Can networkx do this faster and better? Can the core distances not be quickly computed at this stage?
The output: is it the same graph in two formats? can't networkx handle returning (and operating) on a single graph object?
This method should simply:
Can networkx do this faster and better? Can the core distances not be quickly computed at this stage?
The output: is it the same graph in two formats? can't networkx handle returning (and operating) on a single graph object?