Click or drag to resize

spiderModuleBaserankLinks Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Ranks the links.

Namespace:  imbWEM.Core.crawler.modules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<spiderLink> rankLinks(
	List<spiderLink> input,
	int iteration
)

Parameters

input
Type: System.Collections.GenericListspiderLink
The input.
iteration
Type: SystemInt32

[Missing <param name="iteration"/> documentation for "M:imbWEM.Core.crawler.modules.spiderModuleBase.rankLinks(System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderLink},System.Int32)"]

Return Value

Type: ListspiderLink

[Missing <returns> documentation for "M:imbWEM.Core.crawler.modules.spiderModuleBase.rankLinks(System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderLink},System.Int32)"]

See Also