OccToEvents3: OccToEvents3

Description Usage Arguments Value

View source: R/ThreadNet_Core.R

Description

Creates events based on frequent ngrams or regular expressions

Usage

1
2
OccToEvents3(o, EventMapName, THREAD_CF, EVENT_CF, compare_CF, TN, CF, rx,
  KeepIrregularEvents)

Arguments

o

a dataframe of occurrences

EventMapName

= used to store this mapping for visualization and comparison

THREAD_CF

- context factors used to delineate threads

EVENT_CF

- context factors used to define events

compare_CF

= context factors used for comparison – need to be copied over here when the thread is created.

TN

ThreadNum

CF

context factor

rx

list of patterns

KeepIrregularEvents

= keep or drop events that don't fit patterns

Value

event data frame, with occurrences aggregated into events.


ThreadNet/ThreadNet documentation built on July 26, 2019, 8:16 p.m.