partheinstein / repsystestbed

Automatically exported from code.google.com/p/repsystestbed
0 stars 2 forks source link

Enhancement: trust graph support for ranking algorithms #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Desired Feature Description:
Ranking algorithms pose a problem in our current trust graph model because they 
output a set of agents ranked according to their trust scores, rather than a 
simple 0 or 1. I was thinking perhaps the label on the edge can be encoded as: 
opcode|value. If opcode is 0, then the sink of the edge is not trusted and 
value is ignored. If opcode is 1, then the sink is trusted and the value is 
ignored. If opcode is 3, then the value is a local rank. If opcode is 4, then 
the value is a global rank.

Original issue reported on code.google.com by partheinstein on 14 Apr 2012 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by partheinstein on 14 Apr 2012 at 10:38