help > RE: NBS - Asymmetric network
Mar 16, 2018  11:03 PM | Andrew Zalesky
RE: NBS - Asymmetric network
The directed matrix is mapped to an undirected matrix for computation of connected components. The connected components are then mapped to directed subnetworks. So get_components operates on undirected matrices.

Originally posted by Uma Venkat:
Hi,

Thanks for the code. As I was looking through the code I had a question.

The input to the function 'get components' is an adjacent matrix 'A' which seems to be symmetric. Does this make it 'undirected' or is it still 'directed'?

Kindly clarify. Thanks for your time and help

Warm Regards
Uma

Threaded View

TitleAuthorDate
Uma Venkat Mar 5, 2018
Andrew Zalesky Mar 5, 2018
Uma Venkat Mar 5, 2018
Uma Venkat Mar 16, 2018
RE: NBS - Asymmetric network
Andrew Zalesky Mar 16, 2018