Skip to content

Commit 825e7fd

Browse files
committed
Updated replication readme
1 parent df10c32 commit 825e7fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

replication/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ are backwards compatible).
1212

1313
The following replication programs are currently available:
1414

15+
* org.cicirello.replication.arxiv2019may.*: There are four programs in this package that
16+
replicate the data from the paper that defined the Kendall Tau Sequence Distance, along with
17+
descriptions of the two algorithms for computing it used in the JPT. Kendall Tau Sequence Distance
18+
is an extension of the well-known Kendall Tau Distance for permutations to be applicable to
19+
Strings and other sequences. The data generated by these programs is that of the paper:
20+
V.A. Cicirello, "Kendall Tau Sequence Distance: Extending Kendall Tau from Ranks to Sequences,"
21+
arXiv preprint arXiv:1905.02752 [cs.DM]. May 2019.
22+
https://www.cicirello.org/publications/cicirello2019arXiv.html
23+
1524
* org.cicirello.replication.bict2019.BICT2019: This program generates the data for the
1625
principal component analysis, as well as the fitness distance correlation data,
1726
from the paper:
@@ -47,6 +56,10 @@ in the exbin directory. If your working directory is the root
4756
of the repository, then you can run the replication programs from the command line with the following:
4857

4958
```
59+
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsDoubles
60+
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsInts
61+
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsStrings
62+
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.arxiv2019may.CompareKendallTauSequenceDistAlgsStringArray
5063
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.bict2019.BICT2019
5164
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.flairs2013.Flairs2013
5265
java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.ieeetevc2016.FDC

0 commit comments

Comments
 (0)