You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the function within_module_degree() to calculate the within modular degree of each node, but when I check the details of this function, I find decompose.graph() was used to decompose the graph. Why decompose.graph() is used here? *decompose.graph() get subgraphs without links between each subgraph. So, the calculated degree of each node is not within modular degree, but within connected subgraph degree. Is there anything wrong? Look forward to your replay.
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: "taowenmicro/ggClusterNet" ***@***.***>;
发送时间: 2022年3月10日(星期四) 上午9:49
***@***.***>;
***@***.***>;
主题: [taowenmicro/ggClusterNet] A question about within_module_degree() function in ggClusterNet/R/module.roles.R (Issue #1)
I use the function within_module_degree() to calculate the within modular degree of each node, but when I check the details of this function, I find decompose.graph() was used to decompose the graph. **Why decompose.graph() is used here? ** decompose.graph() get subgraphs without links between each subgraph. So, the calculated degree of each node is not within modular degree, but within connected subgraph degree. Is there anything wrong? Look forward to your replay.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
I use the function within_module_degree() to calculate the within modular degree of each node, but when I check the details of this function, I find decompose.graph() was used to decompose the graph. Why decompose.graph() is used here? *decompose.graph() get subgraphs without links between each subgraph. So, the calculated degree of each node is not within modular degree, but within connected subgraph degree. Is there anything wrong? Look forward to your replay.
The text was updated successfully, but these errors were encountered: