Event Temporal Link
Module name: EventTemporalLink
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
Generate temporal links.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
dict |
— |
Information about the current record |
|
dict(str, Pandas DataFrame) |
— |
DataFrame of events associated with the label of the report. The events
are the one filtered/selected by the report criteria.
|
|
pandas DataFrame |
— |
DataFrame of the sleep report for the current subject. |
|
float |
0.5 |
Window analysis size. |
|
list[[bool, str, str]] |
— |
List of temporal links report to generate. bool value can be ignored.
The str values are associated to the list of events received in the
‘report_events’. A temporal link report must be generate for each
pair of events.
|
|
bool |
False |
Generate the html report or not |
|
TODO TYPE |
— |
TODO DESCRIPTION |
|
bool |
True |
Generate the CSV report or not |
|
str |
— |
The prefix of the report filename |
|
str |
— |
The path to the output directory |
Outputs
This module has no outputs.
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Event Temporal Link under the Events Analysis category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.