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

Wrong recognition of binary relations in multi-relational networks #82

Open
oxy86 opened this issue Feb 5, 2019 · 0 comments
Open

Wrong recognition of binary relations in multi-relational networks #82

oxy86 opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@oxy86
Copy link
Member

oxy86 commented Feb 5, 2019

In multi-relational networks where one relation is weighted/valued, the program interprets all relations as valued and uses Dijkstra algorithm for distances/indices computation.
This is usually not a problem, since it correctly computes the distances and centralities.
But there might be cases when this poses a problem. After all, it makes no sense to work on a binary relationship and have the program ask you every now and then what to do with the edge weights...
This is related to #53

@oxy86 oxy86 added the bug label Feb 5, 2019
@oxy86 oxy86 added this to the 2.5 milestone Feb 5, 2019
@oxy86 oxy86 self-assigned this Feb 5, 2019
oxy86 added a commit that referenced this issue Feb 5, 2019
… help. New API method: GraphVertex::setDistanceSum(qreal) and GraphVertex::distanceSum(), they will be used in IRCC (and CC). TODO: fix the average distance subtle bug; subtle because it does not manifest because the relevant Graph method calls Graph::graphConnectedness() which in turn asks the distances to be recomputed without considering any edge weights! Reminder: graphConnectedness is a mess...
@oxy86 oxy86 modified the milestones: v2.5, v2.6 Mar 10, 2019
@oxy86 oxy86 modified the milestones: v2.6, v2.7 Dec 28, 2020
@oxy86 oxy86 modified the milestones: v2.7, v2.9 Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant