- 23 May, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 11 May, 2009 1 commit
-
-
Tiago Peixoto authored
Now paths are weighted according to their trust value until the last hop, and paths are not counted twice.
-
- 08 May, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 10 Mar, 2009 1 commit
-
-
Tiago Peixoto authored
Thins changes the graph filtering code slightly to wrap graph types with GraphWrap, which automatically updates the edge index list when edges are removed and added to the graph. This also changes how graphs are passed to algorithms, which is now by reference instead of pointer. (hence this touches lots of code, but changes are trivial)
-
- 14 Feb, 2009 1 commit
-
-
Tiago Peixoto authored
This adds the centrality module, which supports betweenness, eigentrust, pagerank and absolute trust.
-