You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Gephi and I want to create new plugin which calculates Katz Centrrality using an adjacency matrix. I don't see that there's any API within Graph API which allows to convert graph to a matrix. Is there another class which does this? I couldn't find any such class in the Gephi repo.
I was wondering how to go about this if there's no Gephi helper to convert graph to matrix. Should I implement the logic which converts graph to matrix myself? Is there a 3rd party package that you know of which does this?
Maybe I'm missing something because I'd think the use case of adjacency matrix would be quite common with graphs.
In case I need to implement such functionality I thought to implement logic to convert graph to adjacency matrix and then use another 3rd party package (e.g. Apache Commons Math) in order to do matrix multiplication/transposition/inverse. Using 3rd party packages is allowed right? What license should those packages have?
The text was updated successfully, but these errors were encountered:
I'm new to Gephi and I want to create new plugin which calculates Katz Centrrality using an adjacency matrix. I don't see that there's any API within Graph API which allows to convert graph to a matrix. Is there another class which does this? I couldn't find any such class in the Gephi repo.
I was wondering how to go about this if there's no Gephi helper to convert graph to matrix. Should I implement the logic which converts graph to matrix myself? Is there a 3rd party package that you know of which does this?
Maybe I'm missing something because I'd think the use case of adjacency matrix would be quite common with graphs.
In case I need to implement such functionality I thought to implement logic to convert graph to adjacency matrix and then use another 3rd party package (e.g. Apache Commons Math) in order to do matrix multiplication/transposition/inverse. Using 3rd party packages is allowed right? What license should those packages have?
The text was updated successfully, but these errors were encountered: