Package it.unimi.dsi.law.big.rank
-
Interface Summary Interface Description SpectralRanking.StoppingCriterion A a strategy that decides when a computation should be stopped. -
Class Summary Class Description PageRank A big version ofPageRank
.PageRankParallelGaussSeidel A big version ofPageRankParallelGaussSeidel
.SpectralRanking A big version ofSpectralRanking
.SpectralRanking.IterationNumberStoppingCriterion A stopping criterion that stops whenever the number of iterations exceeds a given bound.SpectralRanking.NormStoppingCriterion A stopping criterion that evaluatesSpectralRanking.normDelta()
, and stops if this value is smaller than a given threshold.