Testing Data
-
Enter data directory
cd data -
Run the download script.
bash download.sh
Python
-
Enter Python directory
cd Python -
Build the image.
sudo docker build -t python-numpy . -
Create a container and run it.
sudo docker run --name bash --rm -i -t python-numpy -
For validation, please see the README.md inside Python directory.
R
-
Enter R directory
cd R -
Build the image.
sudo docker build -t R-wq . -
Create a container and run it.
sudo docker run --name bash --rm -i -t R-wq -
For validation, please see the README.md inside R directory.
JAVA
-
Enter Java directory
cd Java -
Build the image.
sudo docker build -t percentile . -
Create a container and run it.
sudo docker run --name bash --rm -i -t percentile -
Download 'HIGGS.csv'.
bash download.sh -
Compile and run the test.
mvn exec:java -D"exec.mainClass"="org.ioxcenter.App" -
Input the path to HIGGS.csv to start the test.
HIGGS.csv