- Prev
- Next
Uses of Package
org.apache.nutch.scoring.webgraph
Packages that use org.apache.nutch.scoring.webgraph Package Description org.apache.nutch.scoring.webgraph
Scoring implementation based on link analysis (LinkRank
), seeWebGraph
.
Classes in org.apache.nutch.scoring.webgraph used by org.apache.nutch.scoring.webgraph Class and Description LinkDatum A class for holding link information including the url, anchor text, a score, the timestamp of the link and a link type. LinkDumper.LinkNode Bean class which holds url to node information. LinkDumper.LinkNodes Writable class which holds an array of LinkNode objects. Loops.LoopSet A set of loops. Loops.Route A link path or route looking to identify a link cycle. Node A class which holds the number of inlinks and outlinks for a given url along with an inlink score from a link analysis program and any metadata.
- Prev
- Next