Please use command git clone --recurse-submodules https://github.com/susuzheng/Repair-Demo.git
to download.
For first time running, go to /Drawing JD Tree
and run npm install
. Then go to /SpuriousTuplesWebApp
and run mvn install
To start, Go to /SpuriousTuplesWebApp
and run sh runTestServer.sh [path to the csv file] [number of attributes] [hasHeader] 9876
. (e.g. sh runTestServer.sh Dataset/Adult/adult.csv 15 false 9876
)
After it shows to be all set, use another shell and go to /Drawing JD Tree
and run npm start
.
Then you're ready to go!
Note: Sample separator files are contained in the same folder as the datasets. More details please check Sample\ Pics/description.txt
Measurements in the upper-right color has 2 possible colors: green & red.
Green means the data are up-to-date.
Red means the data are still being calculated and the presented data may be wrong.