Metrics#

>>> from techminer2.science_mapping.bibliographic_coupling.countries 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
Germany 07:1814              9     0.064352        1.0  0.145999
United States 16:3189        9     0.064352        1.0  0.268246
China 08:1085                8     0.020370        0.9  0.204544
Netherlands 03:0300          8     0.040278        0.9  0.051425
United Kingdom 03:0636       8     0.020370        0.9  0.063285