find_kernel_ranged_group {gstsm} | R Documentation |
Find Kernel Ranged Group
Description
The goal is to find the Kernel Ranged Group information for a candidate c.
Usage
find_kernel_ranged_group(c, d, gamma, beta, adjacency_matrix)
Arguments
c |
candidate |
d |
set of transactions |
gamma |
minimum temporal frequency |
beta |
minimum group size |
adjacency_matrix |
adjacency matrix |
Value
Kernel Ranged-Group(s) of c updated
[Package gstsm version 1.0.0 Index]