how to get betweenness centrality for each sensor based on MRF network, I’m trying to use networkx which is a Python library for studying graphs and networks to calculate betweenness centrality,but I’m confused about how to use it based on MRF network,at the same time, I couldn’t find the part in your code(https://github.com/davidhallac/TICC),could you be so kind as to give me the code about how to get betweenness centrality for each sensor based on MRF network?
how to get betweenness centrality for each sensor based on MRF network, I’m trying to use networkx which is a Python library for studying graphs and networks to calculate betweenness centrality,but I’m confused about how to use it based on MRF network,at the same time, I couldn’t find the part in your code(https://github.com/davidhallac/TICC),could you be so kind as to give me the code about how to get betweenness centrality for each sensor based on MRF network?