Metrics

>>> from techminer2.science_mapping.bibliographic_coupling.sources import metrics
>>> metrics(
...     #
...     # COLUMN PARAMS:
...     top_n=20,
...     citations_threshold=0,
...     occurrence_threshold=2,
...     custom_items=None,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... ).head()
                         Degree  Betweenness  Closeness  PageRank
J Manage Inf Syst 2:696       5     0.246032   0.777778  0.187620
Electron. Mark. 2:287         4     0.309524   0.700000  0.149601
J. Econ. Bus. 3:422           4     0.134921   0.700000  0.190022
Financ. Manage. 2:161         3     0.103175   0.583333  0.178954
Sustainability 2:150          3     0.134921   0.636364  0.100130