A C D E G H I L M N O P R S T U W _

S

SimRank - Class in pt.tumba.links
SimRank is an iterative PageRank-like method for computing similarity.
SimRank(WebGraph) - Constructor for class pt.tumba.links.SimRank
Constructor for SimRank
StopURLs - Class in pt.tumba.qbe
 
StopURLs() - Constructor for class pt.tumba.qbe.StopURLs
 
scores - Variable in class pt.tumba.links.Amsler
A Map containing the Amsler values for each page
scores - Variable in class pt.tumba.links.CoCitation
A Map containing the CoCitation values for each page
scores - Variable in class pt.tumba.links.Coupling
A Map containing the Coupling values for each page
scores - Variable in class pt.tumba.links.PageRank
A Map containing the PageRank values for each page
scores - Variable in class pt.tumba.links.SimRank
A Map containing the SimRank values for each page
setDBDriverName(String) - Method in class pt.tumba.links.LinkageSystem
Sets the value for the JDBC Driver used for connecting to the relational database
setDBPassword(String) - Method in class pt.tumba.links.LinkageSystem
Sets the value for the password used for connecting to the relational database
setDBURL(String) - Method in class pt.tumba.links.LinkageSystem
Sets the value for the JDBC Connection String used for connecting to the relational database
setDBUser(String) - Method in class pt.tumba.links.LinkageSystem
Sets the value for the username used for connecting to the relational database
setDampening(double) - Method in class pt.tumba.links.PageRank
Sets the value for the PageRank dampening factor.
setDampening(double) - Method in class pt.tumba.links.SimRank
Sets the value for the SimRank dampening factor.
siblings - Variable in class pt.tumba.qbe.Related
 
simRank(String) - Method in class pt.tumba.links.SimRank
Returns the SimRank score between a given link and all other links in the Web graph
simRank(String, String) - Method in class pt.tumba.links.SimRank
Returns the SimRank score between two given links
simRank(Integer) - Method in class pt.tumba.links.SimRank
Returns the SimRank score between a given link identifyer and all other links in the Web graph Identifyers are Integer numberes, used in WebGraph to represent the Web graph for efficiency reasons.
simRank(Integer, Integer) - Method in class pt.tumba.links.SimRank
Returns the SimRank score between two given link identifyers Identifyers are Integer numberes, used in WebGraph to represent the Web graph for efficiency reasons.
stopSiteList - Static variable in class pt.tumba.qbe.Test
A list of stop sites for the related pages algorithm
stopSites - Static variable in class pt.tumba.qbe.Test
The HashMap that stores the dictionary of stop sites
stopURLDictionary - Static variable in class pt.tumba.qbe.StopURLs
the hastable that stores the dictionary of stopwords
stopURLList - Static variable in class pt.tumba.qbe.StopURLs
a list of stop sites for the related pages algorithm

A C D E G H I L M N O P R S T U W _