Menu

#6 randomwalk seems to only work on undirected graphs

Verified
open
vowitaf
Plugins (11)
5
2005-04-25
2005-04-25
bh2
No

when running randomwalk on a directed graph (i used the
randomnetwork modeling plugin for generating the graph)
it throws a class cast exception on line 152 of
randomwalk.java:
currentNode = (UndirectedSparseVertex)
indxr.getVertex(currentPosition[i]);

we need to see if this algorithm can support directed
graphs and if so update the randomwalk algorithm

Discussion


Log in to post a comment.