merge_open_kernel_ranged_groups {gstsm} | R Documentation |
Merge Kernel Ranged Groups
Description
The goal of is to stretch KRGs of the same candidate sequence. Its possible if two KRGs have intersection in space and the resulting KRG keeps its frequency equal to or greater than beta.
Usage
merge_open_kernel_ranged_groups(c, timestamp, gamma, beta, adjacency_matrix)
Arguments
c |
candidate. |
timestamp |
current timestamp |
gamma |
minimum temporal frequency |
beta |
minimum group size |
adjacency_matrix |
adjacency matrix |
Value
Set of updated KRGs
[Package gstsm version 1.0.0 Index]