Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug in DisplayGraph? #11

Open
urialon opened this issue Aug 28, 2016 · 0 comments
Open

A bug in DisplayGraph? #11

urialon opened this issue Aug 28, 2016 · 0 comments

Comments

@urialon
Copy link
Contributor

urialon commented Aug 28, 2016

Hi,
Is there a bug in GraphInference::DisplayGraph or is it supposed to be this way?

The score of every edge is returned as the sum of scores of all the edges between these two nodes, instead of that specific edge score.
For example, if there are two nodes with two different edges between them:
node1 - rel1 - node2 (score 1)
node1 - rel2 - node2 (score 2)

The returned score will be 3 for each for the edges, and on the edge between node1 and node2, the viewer will show something like:
node1 rel1 - 3, rel2 - 3 node2
As if the score of each of the two relations was 3,
Instead of showing the precise result:
node1 rel1 - 1, rel2 - 2 node2

Thanks,
Uri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant