Categories

Versions

Calculate Overlaps (Operator Toolbox)

Synopsis

This operator takes a set of time intervals and associated names and calculates all overlaps for them.

Description

Input

  • exa (Data table)

    The input ExampleSet.

Output

  • out (Data table)

    The resulting ExampleSet with overlapping time intervals.

  • ori (Data table)

    The original ExampleSet.

Parameters

  • start timestamp Attribute with the start date of an interval.
  • end timestamp Attribute with the end date of an interval.
  • id attribute Attribute containing an id for each session.

Tutorial Processes

Simple Application on a Dummy Set

In this example we create a few sessions and apply the operator.