To compile DeFFeD from the source code, follow the next steps.
$ java -jar DeFFeD.jar
Usage: DeFFeD [-f, --filename STRING VALUE] [-s, --support DOUBLE VALUE ] [-d, --delta INTEGER VALUE ] [-b, --backward_pruning] [-D,--Debug] [{-v,--verbose}] [-c, -csv COMMA SEPARATED LINES OF CLASSES] [-r,--rules COMMA SEPARATED LINES OF CLASSES]
The -f (filename), -s (support) and -d (delta) are the main options for extracting delta-free sequential patterns.
The -c and -f options should only be used for early-classification.
Example on the Premier League data set with a minimum support of 0.75 and a delta of 10. (c.f. Fig 4 in the paper)
$ java -jar DeFFeD.jar -f Premier_League.txt -s 0.75 -d 10