The startup function for RA, PA, and RPA is "Converge.main". It requires seven arguments to be input as follows: "InputPath OutputPath delimeter k pro1 pro2"
InputPath: File path for input data
OutputPath: Path for result output
delimeter: delimeter
k: Number of spatiotemporal blocks I hope to find
pro1,pro2: The proportion of density and space in score function f. The proportion of pro1 in f is pro1/(pro1 + pro2).
We have provided a test data in data folder. you can run the test data by entering the parameters "data/test.txt output/test "," 10 1 1" in main function".
The startup function for EA is "Converge.main". It requires seven arguments to be input as follows: "InputPath OutputPath delimeter k h pro1 pro2"
InputPath: File path for input data
OutputPath: Path for result output
delimeter: delimeter
k: Number of spatiotemporal blocks I hope to find
h: How many intervals are the spatiotemporal range divided into.
pro1,pro2: The proportion of density and space in score function f. The proportion of pro1 in f is pro1/(pro1 + pro2).
We have provided a test data in data folder. you can run the test data by entering the parameters "data/test.txt output/test "," 10 100 1 1" in main function.
In the user manual, we only explain how to execute the algorithm demo using IDEA. In addition to that, users can also package the code into a JAR file and run it on the local command-line console on Windows or iOS systems.
To download the code to your local folder, you can use the following command in your terminal or command prompt: ''' git clone https://github.com/tangweike778/SP_Block.git ''' Additionally, the code project can also be obtained by downloading and extracting the zip file.





