LongestCommonGeneralizedRepeatLEvaluate(Int32) Method |
Evaluates the repeated longest common substring. After evaluation, the results can be accessed by the properties of this instance. Please be aware that the amount of resulting information depends on
the state of [P:StoreVerboseResults].
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LongestCommonGeneralizedRepeatL Evaluate(
int[] x_repeats
)
Parameters
- x_repeats Int32
- The repetition counts for each input sequence.
Return Value
LongestCommonGeneralizedRepeatLThis instance.
See Also