UWNETLAB / Nate

Research at the intersection of natural language processing and social network analysis.

Home Page:http://networkslab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.summary()

mclevey opened this issue · comments

A method that returns basic summary information about a Nate network object.

To include in output:

  • number of nodes

  • number of edges

  • number of isolates

  • number of subcomponents

  • number of subcomponents > 1

  • average size of subcomponents

  • average size of subcomponents that are not the giant component

  • modularity score

  • number of communities

  • directed / undirected

  • n-mode

  • if directed: average in degree, out degree

  • if undirected: average degree

  • list of node attributes

  • list of edge attributes