Tuesday, June 23, 2009

PageRank and HITS

I have implemented a first go at PageRank and the HITS algorithm. These two will be harder to verify as I'll have to look around for other known solutions to verify our work. The results so far seem to be very small.

So far the algorithms are only setup to run on directed algorithms, I will need to go through and add a directed flag and then iterate over different sets of edges based on that flag.

I am not thrilled with the parmaterization forms as they are now. They are rather unimpressive, there are very few parameters to get from the user. I'm thinking of adding some explanation for what these algorithms compute on the forms (eventually)

No comments:

Post a Comment