@@ -6,9 +6,8 @@ Although the replication programs are commented, to fully understand what it is
66they compute, you will likely need to consult the relevant publications.
77
88Make sure the jar file of the library is in your classpath when
9- you compile and/or run any of these. Specifically, make sure jpt2.jar is in your
10- classpath (or any later version--I intend to ensure later versions
11- are backwards compatible).
9+ you compile and/or run any of these. Specifically, make sure jpt-2.0.1.jar is in your
10+ classpath (or any later version).
1211
1312The following replication programs are currently available:
1413
@@ -56,13 +55,13 @@ in the exbin directory. If your working directory is the root
5655of the repository, then you can run the replication programs from the command line with the following:
5756
5857```
59- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsDoubles
60- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsInts
61- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsStrings
62- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsStringArray
63- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.bict2019.BICT2019
64- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.flairs2013.Flairs2013
65- java -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.ieeetevc2016.FDC
58+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsDoubles
59+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsInts
60+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsStrings
61+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsStringArray
62+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.bict2019.BICT2019
63+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.flairs2013.Flairs2013
64+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.ieeetevc2016.FDC
6665```
6766
6867The generated data is simply output to the console. Simply redirect to a text file if you'd like to save the experimental data.
@@ -73,5 +72,5 @@ and depending upon your system may require increasing the heap allocation to the
7372If it throws an ` OutOfMemoryError ` , then execute as follows (note the additional command line argument):
7473
7574```
76- java -Xms1g -cp "lib/jpt2 .jar;exbin" org.cicirello.replication.ieeetevc2016.FDC
75+ java -Xms1g -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.replication.ieeetevc2016.FDC
7776```
0 commit comments