Click or drag to resize

PageRank Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the PageRank class.

Namespace:  imbCommonModels
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public PageRank(
	ArrayList linkMatrix,
	double alpha = 0.85,
	double convergence = 0.0001,
	int checkSteps = 10
)

Parameters

linkMatrix
Type: System.CollectionsArrayList
Link sparse matrix
alpha (Optional)
Type: SystemDouble
The alpha / damping
convergence (Optional)
Type: SystemDouble
The convergence.
checkSteps (Optional)
Type: SystemInt32
The check steps.
See Also