Function cnetworks::stitch_together[][src]

pub fn stitch_together(net: &mut Network)
Expand description

Stitch the network together if it is not whole.

Connects random elements of smaller clusters to the largest cluster, extending it until it covers the entire network, making the network “whole”.