gen_nettype

gen_nettype(tnet, weightonly=False)[source]

Attempts to identify what nettype input graphlet tnet is. Diagonal is ignored.

Paramters

tnetarray

temporal network (graphlet)

returns:

nettype – 'wu', 'bu', 'wd', or 'bd'

rtype:

str