Click or drag to resize

LongestCommonSubstringBaseStoreVerboseResults Property

Gets or sets a value indicating whether to store all longest common substrings for a given number of words or just one.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool StoreVerboseResults { get; set; }

Property Value

Boolean
If true, all longest common substrings will be stored during evaluation. This reduces the speed of the evaluation considerably. If you are interested in just one longest common substring, set this property to false.
See Also