merge_kernel_ranged_groups {gstsm} | R Documentation |
Merge Kernel Ranged Groups
Description
The goal is to merge KRGs. Let q and u be two different KRGs from the same candidate sequence. They can be merged into a group qu = q U u as long as they have an intersection and qu has a frequency greater than or equal to the minimum frequency defined by the user.
Usage
merge_kernel_ranged_groups(c, gamma)
Arguments
c |
candidate |
gamma |
minimum temporal frequency |
Value
KRG
[Package gstsm version 1.0.0 Index]