Skip to main content
. 2020 Oct 11;27(12):1921–1934. doi: 10.1093/jamia/ocaa139

Table 3.

Symbols used to describe FIDDLE’s implementation

Symbol Shape Description
N The number of examples.
L The number of time bins, calculated as T/dt.
d^, D^ The number of input variables that are time-invariant/time-dependent after the pre-filter step.
d, D The dimensionalities of time-invariant / time-dependent features after the transform step and before the post-filter step.
d, D The final dimensionalities of time-invariant / time-dependent features.
S^ N×d^ Data tables containing values of raw time-invariant/time-dependent values after the pre-filter step.
X^ N×L×D^
S N×d Tensors containing the time-invariant/time-dependent features for all N examples, after the transform step and before the post-filter step.
X N×L×D
S N×d Tensors containing the final time-invariant/time-dependent features for all N examples.
X N×L×D

Note: FIDDLE: Flexible Data-Driven Pipeline.