Click or drag to resize

PageRank Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbCommonModels.PageRank"]

Inheritance Hierarchy
SystemObject
  imbCommonModelsPageRank

Namespace:  imbCommonModels
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class PageRank

The PageRank type exposes the following members.

Constructors
  NameDescription
Public methodPageRank
Initializes a new instance of the PageRank class.
Top
Methods
  NameDescription
Public methodComputePageRank
Convenience wrap for the link matrix transpose and the generator. See PageRankGenerator method for parameter descriptions
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also