Class Volume

Class Documentation

class Volume

Public Static Functions

static double volume(const Graph &G, double r, count samples)

Number of nodes within a given radius; average for many nodes

Please find further information about the volume and its meaning in the following publication:

Franz-Benjamin Mocnik: “The Polynomial Volume Law of Complex Networks in

the Context of Local and Global Optimization”, Scientific Reports 8(11274)

  1. doi: 10.1038/s41598-018-29131-0

Parameters:
  • G – the graph

  • r – the radius

  • samples – the number of samples

static std::vector<double> volume(const Graph &G, std::vector<double> rs, count samples)

Number of nodes within different given radii; average for many nodes

Please find further information about the volume and its meaning in the following publication:

Franz-Benjamin Mocnik: “The Polynomial Volume Law of Complex Networks in

the Context of Local and Global Optimization”, Scientific Reports 8(11274)

  1. doi: 10.1038/s41598-018-29131-0

Parameters:
  • G – the graph

  • rs – the radii

  • samples – the number of samples