Metrics

>>> from techminer2.science_mapping.bibliographic_coupling.organizations 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  ...  PageRank
Max Planck Inst. for Innovation and Competition...       3  ...  0.083472
Federal Reserve Bank of Chicago (USA) 2:253              2  ...  0.229322
Federal Reserve Bank of Philadelphia (USA) 3:317         2  ...  0.229322
Univ. of New South Wales (AUS) 2:340                     2  ...  0.208493
Baylor Univ. (USA) 2:395                                 1  ...  0.165421

[5 rows x 4 columns]