Network Metrics

>>> from techminer2.co_citation_network import network_metrics
>>> network_metrics(
...     unit_of_analysis="cited_sources", # "cited_sources",
...                                       # "cited_references",
...                                       # "cited_authors"
...     #
...     # COLUMN PARAMS:
...     top_n=30,
...     citations_threshold=None,
...     custom_terms=None,
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... ).head()
                                Degree  Betweenness  Closeness  PageRank
ELECT COMMER RES APPL 1:32          26     0.055089   0.933333  0.045030
J MANAGE INF SYST 1:31              26     0.015935   0.933333  0.043009
MIS QUART MANAGE INF SYST 1:47      26     0.015935   0.933333  0.043009
INF SYST RES 1:18                   25     0.013700   0.903226  0.041529
MANAGE SCI 1:33                     25     0.015093   0.903226  0.041559