This repository contains all the necessary components to evaluate FIPS and HFIPS — two approaches for sampling interval patterns from numerical data, proportionally to frequency (FIPS) and to the product of hyper-volume and frequency (HFIPS).
Source code for FIPS
Implementation of the FIPS sampling method.
(See thesrcdirectory)Source code for HFIPS
Implementation of the HFIPS sampling method.
(See thesrcdirectory)Source code for uniform sampling (with coverage)
A method for uniformly sampling interval patterns while ensuring non-empty coverage.
(See thesrcdirectory)Source code for uniform sampling (without coverage)
A method for uniform sampling of interval patterns without coverage guarantees.
(See thesrcdirectory)Source code for running experiments
All experimental evaluations are implemented in theEvaluationclass.
To run a specific evaluation, uncomment the corresponding method call in theMainclass.
(See thesrcdirectory)Benchmark datasets
Datasets used in the experimental protocol.
(See thebenchmarkdirectory)Graphical results
Visualizations of experimental results for each dataset.
(See theresultdirectory)