vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Degree-based weighting #31

Open gdbassett opened 9 years ago

gdbassett commented 9 years ago

Consider weighting edges based on the difference in degree between their nodes. (an edge from a high-degree node to a low degree node is unlikely to be important.

Consider weighting nodes based on their degree. (The higher the degree of a node, the less likely it is to be important to the context.)