- Prev
- Next
Uses of Class
org.apache.nutch.scoring.webgraph.Loops.Route
Packages that use Loops.Route Package Description org.apache.nutch.scoring.webgraph
Scoring implementation based on link analysis (LinkRank
), seeWebGraph
.
Uses of Loops.Route in org.apache.nutch.scoring.webgraph
Methods in org.apache.nutch.scoring.webgraph with parameters of type Loops.Route Modifier and Type Method and Description void
Loops.Finalizer.map(org.apache.hadoop.io.Text key,
Loops.Route value,
org.apache.hadoop.mapred.OutputCollector
Maps out and found routes, those will be the link cycles.
Method parameters in org.apache.nutch.scoring.webgraph with type arguments of type Loops.Route Modifier and Type Method and Description void
Loops.Finalizer.map(org.apache.hadoop.io.Text key,
Loops.Route value,
org.apache.hadoop.mapred.OutputCollector
Maps out and found routes, those will be the link cycles.
void
Loops.Finalizer.reduce(org.apache.hadoop.io.Text key,
Iterator
Aggregates all found routes for a given start url into a loopset and collects the loopset.
void
Loops.Initializer.reduce(org.apache.hadoop.io.Text key,
Iterator
Takes any node that has inlinks and sets up a route for all of its outlinks.
void
Loops.Looper.reduce(org.apache.hadoop.io.Text key,
Iterator
Performs a single loop pass looking for loop cycles within routes.
- Prev
- Next