@@ -12,6 +12,15 @@ are backwards compatible).
1212
1313The 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
1625principal component analysis, as well as the fitness distance correlation data,
1726from the paper:
@@ -47,6 +56,10 @@ in the exbin directory. If your working directory is the root
4756of 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
5063java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.bict2019.BICT2019
5164java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.flairs2013.Flairs2013
5265java -cp "lib/jpt1.jar;exbin" org.cicirello.replication.ieeetevc2016.FDC
0 commit comments