Mathieu Bastian

Results 177 comments of Mathieu Bastian

Thanks! I've merged it and the plugin is now published: https://gephi.org/plugins/#/plugin/link-prediction It's a great addition to Gephi! Also, note that I've created a [link-prediction-plugin](https://github.com/gephi/gephi-plugins/tree/link-prediction-plugin) branch in this repository. If you...

Hi @vtraag I can also reproduce this issue. I've assigned it to you but I'm happy to assist if needed. This is the exception I received ``` java.lang.IllegalArgumentException: Last element...

Hi @bhatiasiddharth, yes I guess that should be possible. Are you aware of a Java implementation for MIDAS?

Hi @harrismirza, thanks for the report. We made some fixes in Gephi related to some deadlocks between table and graph lock so I would recommend to try again now, based...

Closing as we didn't hear back. Feel free to reopen if it's still the case.

Hi @yossisp I would like to propose some changes to your PR in light of the recent Gephi upgrades. In this PR, could you enable my contributions please, via https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork...

Thanks @yossisp! Unfortunately it seems that your branch is a fork from `master-forge` instead of `master`. Normally there should only be your module in there. Therefore I created a [new...

Ah also, I don't know if you had a chance to look at the alternative implementation on this other PR: https://github.com/gephi/gephi-plugins/pull/186 Your implementation relies on Matrices while this other doesn't....

Thanks @yossisp I merged manually from the `katz-centrality-plugin` branch. Your plugin is now published officially: https://gephi.org/plugins/#/plugin/katz-centrality. If you want to make some changes, you can do that directly from that...

> @mbastian Thanks for publishing! I have a few questions: > > 1. Was the code merged to master branch? I don't see it in the master branch of gephi-plugins...