fkling / fkling/JSNetworkX

Error while computing eigenvectorCentrality

Open
#55 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
779
Forks
178
PR merge metrics
No merged PRs in 30d

Description

Hi,
I am trying to use jsnx for a project. I am successfully able to maintain and update the graph data structure and use the ported functions to get the values I need. However, when trying to compute the eigenvectorCentrality, I get the following error:

"Uncaught #" (jsnetworkx.js - Line 2)

I can't figure what the issue is since other functions seem to be working just fine with the same graph. This is the syntax I am using

```
jsnx.eigenvectorCentrality(networkXGraph)
```

where networkXGraph holds the graph I am using.

Any help with this would be greatly appreciated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.