Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
W
_
I
IdentifyerToURL
- Variable in class pt.tumba.links.
WebGraph
A Map storing relationships from numeric identifiers to URLs, usefull for storing Web graphs
IdentifyerToURL(Integer)
- Method in class pt.tumba.links.
WebGraph
Returns the URL associated with a given identifyer
InLinks
- Variable in class pt.tumba.links.
WebGraph
A Map storing InLinks.
id_to_url
- Variable in class pt.tumba.qbe.
Related
inLink(String, String)
- Method in class pt.tumba.links.
WebGraph
Returns the connection strength between two nodes, assuming there is a connection from the first to the second.
inLink(Integer, Integer)
- Method in class pt.tumba.links.
WebGraph
Returns the connection strength between two nodes, assuming there is a connection from the first to the second.
inLinks(String)
- Method in class pt.tumba.links.
WebGraph
Returns a Map of the nodes that connect to a given node in the graph.
inLinks(Integer)
- Method in class pt.tumba.links.
WebGraph
Returns a Map of the nodes that connect to a given node in the graph.
initializeAuthorityScore(String, double)
- Method in class pt.tumba.links.
HITS
Initializes the Authority score associated with a given link.
initializeAuthorityScore(Integer, double)
- Method in class pt.tumba.links.
HITS
Initializes Authority score associated with a given link identifyer.
initializeHubScore(String, double)
- Method in class pt.tumba.links.
HITS
Initializes the Hub score associated with a given link.
initializeHubScore(Integer, double)
- Method in class pt.tumba.links.
HITS
Initializes Hub score associated with a given link identifyer.
initializePageRank(String, double)
- Method in class pt.tumba.links.
PageRank
Initializes the PageRank value associated with a given link.
initializePageRank(Integer, double)
- Method in class pt.tumba.links.
PageRank
Initializes PageRank value associated with a given link identifyer.
isStopSite(String)
- Static method in class pt.tumba.qbe.
Test
Check if the supplied URL is the url for a site listed in the stop list
isStopURL(String)
- Static method in class pt.tumba.qbe.
StopURLs
isStopURL(String)
- Static method in class pt.tumba.qbe.
Test
Check if the supplied URL references a document in a site listed in the stop list
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
W
_