Metrics#

>>> from techminer2.science_mapping.co_authorship.network.authors import metrics
>>> metrics(
...     #
...     # COLUMN PARAMS:
...     top_n=20,
...     occ_range=(None, None),
...     gc_range=(None, None),
...     custom_items=None,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     association_index="association",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... ).head()
                      Degree  Betweenness  Closeness  PageRank
Gomber P. 2:1065           5     0.035088   0.263158  0.083753
Kauffman R.J. 1:0576       3     0.000000   0.187970  0.050930
Parker C. 1:0576           3     0.000000   0.187970  0.050930
Weber B.W. 1:0576          3     0.000000   0.187970  0.050930
Buchak G. 1:0390           2     0.000000   0.105263  0.052219