You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pitemprop="description">The JavaPermutationTools (JPT) API provides <spanitemprop="programmingLanguage">Java</span> classes
45
-
that enable representing and generating permutations,
46
-
as well as performing computation on permutations. This initial release primarily consists
47
-
of implementations of a variety of permutation distance metrics. More computation on
48
-
permutations will be added later.</p>
45
+
that enable representing and generating permutations and sequences,
46
+
as well as performing computation on permutations and sequences. This initial release primarily consists
47
+
of implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e.,
48
+
Strings, arrays, and other ordered data types). More computation on
49
+
permutations and sequences will be added later.</p>
49
50
<p>The <ahref="https://github.com/cicirello/JavaPermutationTools">JPT source code repository</a> is hosted on GitHub;
50
51
and is licensed under the <aitemprop="license" href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License Version 3 (GPLv3)</a>.
51
52
The <spanitemprop="hasPart" itemscopeitemtype="http://schema.org/APIReference"><aitemprop="url" href="/api/">API documentation</a> of <spanitemprop="name headline">JavaPermutationTools</span></span> can be found on this site.</p>
52
53
<p>JPT is organized into the following packages:</p>
53
54
<ul>
54
55
<li>org.cicirello.permutations: Permutation class and a Permutation Iterator.</li>
55
56
<li>org.cicirello.permutations.distance: Collection of permutation distance metric implementations.</li>
57
+
<li>org.cicirello.sequences: Classes and interfaces for representing and manipulating sequences (i.e., Strings, arrays, etc).</li>
58
+
<li>org.cicirello.sequences.distance: Collection of distance metrics on Strings and other sequences.</li>
56
59
<li>org.cicirello.math.stats: Implementations of statistical concepts. This package is not strictly related to permutations,
57
60
but is included in the JPT as some of the experiment replication programs (programs that reproduce results from published papers)
58
61
provided in the source code repository rely upon it.</li>
0 commit comments