Click or drag to resize

rankDiversityALink Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the rankDiversityALink 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 rankDiversityALink(
	ISpiderEvaluatorBase __parent,
	double __target_sd = 0.5,
	double __page_sd = 0.5,
	int __expansionSteps = 3
)

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

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

__target_sd (Optional)
Type: SystemDouble

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

__page_sd (Optional)
Type: SystemDouble

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

__expansionSteps (Optional)
Type: SystemInt32

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

See Also