Learn R Programming

leakr (version 0.1.0)

new_temporal_detector: Create a new temporal detector

Description

Create a new temporal detector

Usage

new_temporal_detector(time_col, lookahead_window = 1)

Value

A temporal_detector object

A temporal_detector object

Arguments

time_col

Character. Name of the time column

lookahead_window

Numeric. Lookahead window size (default 1) Create a new temporal detector