The cxnet module with igraph

The functions and classes documented below are valid if you use the cxnet with igraph. If you want to use cxnet with networkx, the usage of the functions and classes or even the existence of them may differ.

Creating and getting networks

The Network class

The Network class is derived from the igraph.Graph class. The Graph class is imported in the cxnet class for convenience, so it is available as:

class cxnet.Graph

The methods of the Graph module is described in the igraph homepage.

The DegreeDistribution class