dataLoader: Load the event-logs

Description Usage Arguments

View source: R/dataLoader.R

Description

A loader for csv based log files. It also calculates the footprint table, transition matrix probabilities, and presents data in different shapes. The public methods are:

You can use the cited methods directly on the object, (they are made available as element of the object list) or can be invocked using the 'wrapping function', with the prefix 'DL.'

The consturctor admit the following parameters: verbose.mode are some notification wished, during the computation? The defaul value is true

Usage

1
2
dataLoader(verbose.mode = TRUE, max.char.length.label = 50,
  save.memory = FALSE)

Arguments

verbose.mode

boolean. If TRUE some messages will appear in console, during the computation; otherwise the computation will be silent.

max.char.length.label

numeric. It defines the max length of the event name strings

save.memory

boolean. If TRUE, dataLoader() avoid to keep in memory the entire original csv.


robertogattabs/pMiner.v044 documentation built on Nov. 11, 2019, 2:30 a.m.