//You can add as many comments as you like. Comment lines start with "//". //You can change the order of the following parameters, but cannot change the name of parameters. //OUTPUT_PATH defines the absolute path of the directory where output files are created. Its value must end with chracter '/', e.g. "./". Make sure the directory exits. OUTPUT_PATH: ./ //DELTA: please see the paper for its meaning. Its value must be an integer. DELTA: 2 //FRAME_SIZE defines the length of a time frame (in minutes). Its value must be multiples of 30. AGGREGATE_WINDOW_SIZE: 30