Skip to content

prerin/experiment_for_EDBT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSiX code for evaluation experiment

Configuration

・src/main/java/count_experiment: Sum experiment code for count-based window
・src/main/java/count_experiment_max: Max experiment code for count-based window
・src/main/java/count_experiment_std: Std experiment code for count-based window
・src/main/java/time_experiment: Sum experiment code for time-based window
・src/main/java/time_experiment_max: Max experiment code for time-based window
・src/main/java/time_experiment_std: Std experiment code for time-based window

Author's execution environment

IDE: IntelliJ IDEA 2023.1
SDK: BellSoft Liberica version 1.8
(Results may vary depending on the environment.)

Execution method

First, download the zip file from the following url. Unzip that file and place the two txt files in a folder directly below.

Then, by running main.java in each package, the time for each method can be measured.
Commenting out the figure below in main.java allows experiment with varying numbers of queries.

Commenting out the figure below allows experiment with varying window size.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages