Click or drag to resize

rankTargetUrlGraph Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the rankTargetUrlGraph 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 rankTargetUrlGraph(
	ISpiderEvaluatorBase __parent,
	int __scoreUnit = 100
)

Parameters

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

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

__scoreUnit (Optional)
Type: SystemInt32

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

See Also