Click or drag to resize
WordMatchGetMinimalList Method
Given a list of matches, reduce it to the minimal set of best non-overlapping matches.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static List<WordMatch> GetMinimalList(
	List<WordMatch> completeList,
	int wordLength
)

Parameters

completeList
Type: System.Collections.GenericListWordMatch
List of matches to reduce to non-overlapping set.
wordLength
Type: SystemInt32
Wordlength entered by the user.

Return Value

Type: ListWordMatch
Minimal set of best non-overlapping matches.
See Also