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.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool StoreVerboseResults { get; set; }
Property Value
BooleanIf
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