get_dimord

get_dimord(measure, calc=None, community=None)[source]

Get the dimension order of a network measure.

Parameters:
  • measure (str) – Name of funciton in teneto.networkmeasures.
  • calc (str, default=None) – Calc parameter for the function
  • community (bool, default=None) – If not null, then community property is assumed to be believed.
Returns:

dimord – Dimension order. So “node,node,time” would define the dimensions of the network measure.

Return type:

str