Watts-College / crj-507-spring-2024

https://watts-college.github.io/crj-507-spring-2024/
MIT License
1 stars 0 forks source link

Final - Directed or Undirected? #28

Closed jesscowart closed 6 months ago

jesscowart commented 6 months ago

Hello! Just to make sure, are we treating these networks as directed? When I look at the summary for both, it shows Directed = TRUE, so I wanted to make sure when calculating I used the right code, especially in Part 2. Thanks!

jacobtnyoung commented 6 months ago

Hi @jesscowart ! They will both be undirected. The two-mode network is undirected. Also, when you create the projection, that network is undirected as well.

Good question!

jesscowart commented 6 months ago

Thank you!

jacobtnyoung commented 6 months ago

Of course!