cross.windowizeByEvents: Split data stream to windows using event stream

Description Usage Arguments Value

Description

Split data stream to windows using event stream

Usage

1
2
cross.windowizeByEvents(data, events, windowSize, shift = 0,
  dropLateEvents = TRUE, lateTime = 10)

Arguments

data

Data stream

events

Events stream

windowSize

Size of resulting window

dropLateEvents

Don't expand buffer infinitely, lateTime controls buffer size and any events that arrive with timestamp earlier than last data timestamp-lateTime potentially can be dropped

lateTime

- allowed delay for events (in seconds)

backBuffer

Size of buffer for data, may be increased in case of big delay in events arrival

Value

window


tz-lom/Resonance-Rproj documentation built on July 1, 2019, 4:53 p.m.