age: ./closepi -t <threshold> -w <window> -i <input file> -o <output file> [-xysfhNE] [-l label file] [-c confidence threshold] [-a rule output]
  -h    print this help
Episode miner:
  -t    mining threshold
  -w    size of the window
  -i    input file
  -o    output file
  -l    label file
  -u    generate episodes only with unique labels
  -x    use minimal windows instead of fixed windows
  -y    use weighted minimal windows instead of fixed windows
  -s    input file is in sparse format
  -f    output only f-closed items
  -N    don't apply node closure
  -E    don't apply edge closure
Rule miner:
  -c    threshold for confidence
  -a    output file


Input file format (full):

<symbol1> <symbol2> <symbol3>

Symbols must be non-negative integers.

Input file format (sparse):

<time stamp 1> <symbol1>
<time stamp 2> <symbol2>
<time stamp 3> <symbol3>

Symbols must be non-negative integers.
Time stamps must be integers, time stamp i > time stamp i - 1

Label file (optional):
<label for symbol "0"> <label for symbol "1">
