astamm / nevada

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

Add from adjacency matrices to nvd object function #13

Open danielemule opened 2 years ago

danielemule commented 2 years ago

This function should create an nvd object from a list of adjacency matrices.

danielemule commented 2 years ago

I have created the nvd_from_adjacency_matrix() function.

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