Click or drag to resize

ruleRandomNoiseScore Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the ruleRandomNoiseScore class

Namespace:  imbWEM.Core.crawler.rules.passive
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public ruleRandomNoiseScore(
	int maximum,
	int minimum,
	ISpiderEvaluatorBase __parent
)

Parameters

maximum
Type: SystemInt32

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

minimum
Type: SystemInt32

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

__parent
Type: imbWEM.Core.crawler.evaluatorsISpiderEvaluatorBase

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

See Also