Package es.yrbcn.graph.weighted

Interface Summary
WeightedPageRank.StoppingCriterion A stopping criterion is a strategy that decides when a PageRank computation should be stopped.
 

Class Summary
AbstractFloatLabel An abstract (single-attribute) float label.
DumpWeightedGraph A class exposing a list of triples as an ArcLabelledImmutableGraph.
FixedWidthFloatLabel An integer represented in fixed width.
WeightedArc  
WeightedBVGraph A class exposing a list of triples as an ArcLabelledImmutableGraph.
WeightedPageRank A base abstract class definining methods and attributes supporting PageRank (or similar) computations.
WeightedPageRank.IterationNumberStoppingCriterion A stopping criterion that stops whenever the number of iterations exceeds a given bound.
WeightedPageRank.NormDeltaStoppingCriterion A stopping criterion that evaluates the norm of the difference between the last two iterates, and stops if this value is smaller than a given threshold.
WeightedPageRankPowerMethod Computes PageRank using the Power Method.
 

Enum Summary
WeightedPageRank.Norm Possible norms, with an implementation.