Consider the bipartite network in which the nodes are animals and the nodes are environments. If an animal
If a scientist wants to know possible interactions among animals, they need to know which ones live together. One way to determine this it to:
- Get all nodes of
; only the ones with the same degree live in the same environment - Calculate the probabilistic distribution
of degrees; if is the same for two values and , then the nodes of with degree live together with the ones of degree - Calculate the projection on
; if two animal nodes are connected in the projection, then they share the same environment - Check which nodes of
are connected; if they are, they share the same environment - None of the above
Originasl idea by: Christian Konishi
No comments:
Post a Comment