ProNE icon indicating copy to clipboard operation
ProNE copied to clipboard

Using ProNE for weighted graph

Open MatthieuMontecot opened this issue 3 years ago • 1 comments

Hi, I just read the original paper on ProNE and wanted to test it on the CTU-13 dataset which consist of network communication data between IPs and I planned to use ProNE to embedd the communication graph which, ideally would be a weighted graph, with edge weights proportional to the amount of messages between each IP. So here is my question: is ProNE supposed to work with a weighted graph? If so, does your implementation support it? (or if not, would it be enough to change the matrix0 definition in proNE.py line 32/33, assigning the corresponding weight instead of 1 in the adjacency matrix?)

MatthieuMontecot avatar Mar 17 '21 13:03 MatthieuMontecot

I met the same problem as you. How did you solve it finally?

doubletigerzju avatar May 28 '22 09:05 doubletigerzju