astamm / nevada

NEtwork-VAlued Data Analysis
https://astamm.github.io/nevada/
GNU General Public License v3.0
6 stars 2 forks source link

Add the possibility to generate networks with random number of nodes #14

Open danielemule opened 2 years ago

danielemule commented 2 years ago

It is useful to give the user the possibility to create a sample of networks with random number of nodes, in particular: N_1,N2,...,N{sample_size} iid Poisson(num_vertices).

danielemule commented 2 years ago

I have added this possibility to nvd(), via the rand_num_vertices argument.

You can find it in my graphmatch branch of nevada (link).

danielemule commented 2 years ago

I have added the possibility to generate networks with random number of nodes following an Uniform distribution.

You can find it in my graphmatch branch of nevada (link).

astamm commented 2 years ago

Please do open separate pull request for each of the issues instead of the links. Thanks!