gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 623 forks source link

Update multimode network plugin #131

Closed joancf closed 7 years ago

joancf commented 8 years ago

I did some updates to the multimode network plugin. What I did was to add the cosine similarity and a threshold. The threshold is used to avoid the creation of low weight edges, making the resulting graph more light weight The cosine similarity (between two nodes) is scaled between -100.0 and 100.0

eduramiba commented 8 years ago

Hi, you will need to increase the plugin version in manifest.mf file in order for autoupdate to work.

joancf commented 8 years ago

But he is not the original author of the plugin... that should be updated when installing the plugin in 9.0.1. It was not easy to find the code... I'll try to talk with him soon.

eduramiba commented 8 years ago

Oh sorry that's right, the author is different at https://marketplace.gephi.org/plugin/multimode-networks-transformations-2 ...

Then I can review your changes to the plugin, but you should still use the branch at https://github.com/totetmatt/gephi-plugins/tree/multimode-network instead of master-forge because that's what was merged into master-forge with commit https://github.com/gephi/gephi-plugins/commit/473b67c5e9fff10e66f4f98a5282d257caa8317e (also, this way you will be able to run the plugin without problems). Also please try to talk with @totetmatt about the changes.

totetmatt commented 7 years ago

Hey, sorry for delay. Yes i'm not the original creator of the script, I just performed the transition from 0.8 to 0.9 at that time because I needed the plugin.

So I don't know what's needed on my side, but if it's working with more improvment, you can actually rebranch to joancf branch.

eduramiba commented 7 years ago

Great, merging this then.