C# Class Smrf.NodeXL.Algorithms.PageRankCalculator

Calculates the PageRanks for each of the graph's vertices.
If a vertex is isolated, its PageRank is zero.

The PageRanks are calculated using the SNAP graph library.

Inheritance: OneSnapGraphMetricCalculatorBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
PageRankCalculator ( ) : System

Initializes a new instance of the PageRankCalculator class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

PageRankCalculator() public méthode

Initializes a new instance of the PageRankCalculator class.
public PageRankCalculator ( ) : System
Résultat System