Click or drag to resize

diversityModule Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the diversityModule class

Namespace:  imbWEM.Core.crawler.modules.implementation
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public diversityModule(
	double ttd,
	double ptd,
	ISpiderEvaluatorBase __parent,
	int expansionSteps
)

Parameters

ttd
Type: SystemDouble

[Missing <param name="ttd"/> documentation for "M:imbWEM.Core.crawler.modules.implementation.diversityModule.#ctor(System.Double,System.Double,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Int32)"]

ptd
Type: SystemDouble

[Missing <param name="ptd"/> documentation for "M:imbWEM.Core.crawler.modules.implementation.diversityModule.#ctor(System.Double,System.Double,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Int32)"]

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

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

expansionSteps
Type: SystemInt32

[Missing <param name="expansionSteps"/> documentation for "M:imbWEM.Core.crawler.modules.implementation.diversityModule.#ctor(System.Double,System.Double,imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase,System.Int32)"]

See Also