validate_kernel_ranged_groups {gstsm} | R Documentation |
Validate Kernel Ranged Groups
Description
Its objective is to verify that the user thresholds were observed in each RGs, checking if they can still be stretched by keeping the frequency greater than or equal to the minimum gamma and if the minimum group size beta occurs. It takes as input a set of RGs RG of a candidate sequence, the timestamp of the start of the current sliding window timestamp, the user-defined thresholds gamma and beta.
Usage
validate_kernel_ranged_groups(c, timestamp, gamma, beta)
Arguments
c |
candidate |
timestamp |
current timestamp |
gamma |
minimum temporal frequency |
beta |
minimum group size |
Value
Validated Kernel-Ranged-Groups.
[Package gstsm version 1.0.0 Index]