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          27     0.077741   0.935484  0.047163
J MANAGE INF SYST 1:27              26     0.017028   0.906250  0.042947
MIS QUART MANAGE INF SYST 1:47      26     0.017028   0.906250  0.042947
COMMUN ACM 1:12                     25     0.070961   0.878788  0.044207
MANAGE SCI 1:30                     25     0.016051   0.878788  0.041488