Skip to content

Sergey-Knyazev/attribute_assortativity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

attribute_assortativity

Calculates attribute assortativity for a graph

usage:

python3 attribute_assortativity.py -n <node_attribute.csv> -e <edge_list.csv> <attr1> [<attr2>, ..., <attrN>] > <out.csv>

dependency:

The tool uses the following libraries:

  1. argparse (https://pypi.org/project/argparse/)
pip3 install argparse
  1. networkx (https://networkx.github.io/)
pip3 install networkx

About

Calculates attribute assortativity for a graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages