Uses of Class
pt.tumba.links.WebGraph

Packages that use WebGraph
pt.tumba.links   
pt.tumba.qbe   
 

Uses of WebGraph in pt.tumba.links
 

Fields in pt.tumba.links declared as WebGraph
private  WebGraph PageRank.graph
          The data structure containing the Web linkage graph
private  WebGraph SimRank.graph
          The data structure containing the Web linkage graph
private  WebGraph Amsler.graph
          The data structure containing the Web linkage graph
private  WebGraph HITS.graph
          The data structure containing the Web linkage graph
private  WebGraph Coupling.graph
          The data structure containing the Web linkage graph
private  WebGraph CoCitation.graph
          The data structure containing the Web linkage graph
 

Constructors in pt.tumba.links with parameters of type WebGraph
Amsler(WebGraph graph)
          Constructor for Amsler
CoCitation(WebGraph graph)
          Constructor for CoCitation
Companion(WebGraph graph)
          Constructor for HITS
Coupling(WebGraph graph)
          Constructor for Coupling
HITS(WebGraph graph)
          Constructor for HITS
PageRank(WebGraph graph)
          Constructor for PageRank
SimRank(WebGraph graph)
          Constructor for SimRank
 

Uses of WebGraph in pt.tumba.qbe
 

Fields in pt.tumba.qbe declared as WebGraph
private  WebGraph Test.graph