graph-utils-0.3.7: A simple wrapper & quasi quoter for fgl.

Data.Graph.PageRank

Synopsis

Documentation

pageRanks :: Graph gr => gr a b -> Double -> Double -> RankDicSource

pageRanks calculate the PageRank for each node in the Graph gr

type RankDic = Map Node DoubleSource

RankDic is the Map for holding PageRank data.