Click or drag to resize

LongestCommonSubstringBase_verboseResultsOfNumberOfWords Field

If _verboseResultsOfNumberOfWords is true, this array stores, for a given number of words that have one or more substrings in common, a list with all positions where such common substrings occur. The content of one element of each list is the beginning and the end index in the suffix array that indicate all suffixes that have a substring in common. The length of this substring is stored in _lcsOfNumberOfWords If _verboseResultsOfNumberOfWords is false, this array is not used and is set to null.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected List<LongestCommonSubstringBaseSuffixArrayRegion>[]? _verboseResultsOfNumberOfWords

Field Value

ListLongestCommonSubstringBaseSuffixArrayRegion
See Also