Click or drag to resize

rankPageRank Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the rankPageRank class

Namespace:  imbWEM.Core.crawler.rules.active
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public rankPageRank(
	ISpiderEvaluatorBase __parent,
	double __alpha = 0.85,
	double __convergence = 0.0001,
	int __checkSteps = 10
)

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

[Missing <param name="__parent"/> documentation for "M:imbWEM.Core.crawler.rules.active.rankPageRank.#ctor(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Double,System.Double,System.Int32)"]

__alpha (Optional)
Type: SystemDouble

[Missing <param name="__alpha"/> documentation for "M:imbWEM.Core.crawler.rules.active.rankPageRank.#ctor(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Double,System.Double,System.Int32)"]

__convergence (Optional)
Type: SystemDouble

[Missing <param name="__convergence"/> documentation for "M:imbWEM.Core.crawler.rules.active.rankPageRank.#ctor(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Double,System.Double,System.Int32)"]

__checkSteps (Optional)
Type: SystemInt32

[Missing <param name="__checkSteps"/> documentation for "M:imbWEM.Core.crawler.rules.active.rankPageRank.#ctor(imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Double,System.Double,System.Int32)"]

See Also