validate_kernel_ranged_groups: Validate Kernel Ranged Groups

View source: R/validate_kernel_ranged_groups.R

validate_kernel_ranged_groupsR 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.


gstsm documentation built on Oct. 20, 2022, 1:07 a.m.