Skip to content

Commit 26e1df1

Browse files
committed
2 parents d4bd5e2 + f877b67 commit 26e1df1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1163
-2284
lines changed

docs/api/allclasses-index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
362362
<tr id="i39" class="rowColor">
363363
<td class="colFirst"><a href="org/cicirello/sequences/distance/SequenceDistanceMeasurer.html" title="interface in org.cicirello.sequences.distance">SequenceDistanceMeasurer</a></td>
364364
<th class="colLast" scope="row">
365-
<div class="block">Implement this interface, SequenceDistanceMeasurer, to define a distance metric for sequences.</div>
365+
<div class="block">Implement this interface, SequenceDistanceMeasurer, to define
366+
a distance metric for sequences.</div>
366367
</th>
367368
</tr>
368369
<tr id="i40" class="altColor">

docs/api/index-all.html

+53-83
Large diffs are not rendered by default.

docs/api/member-search-index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/org/cicirello/permutations/class-use/Permutation.html

+8-27
Original file line numberDiff line numberDiff line change
@@ -415,31 +415,13 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
415415
</tr>
416416
<tr class="altColor">
417417
<td class="colFirst"><code>double</code></td>
418-
<th class="colSecond" scope="row"><span class="typeNameLabel">CyclicIndependentDistance.</span><code><span class="memberNameLink"><a href="../distance/CyclicIndependentDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
419-
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
420-
<td class="colLast">
421-
<div class="block">Measures the distance between two permutations, with cyclic independence:
422-
distance = min_{i in [0,N)} distance(p1,rotate(p2,i))</div>
423-
</td>
424-
</tr>
425-
<tr class="rowColor">
426-
<td class="colFirst"><code>double</code></td>
427418
<th class="colSecond" scope="row"><span class="typeNameLabel">CyclicIndependentDistanceDouble.</span><code><span class="memberNameLink"><a href="../distance/CyclicIndependentDistanceDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
428419
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
429420
<td class="colLast">
430421
<div class="block">Measures the distance between two permutations, with cyclic independence:
431422
distance = min_{i in [0,N)} distance(p1,rotate(p2,i))</div>
432423
</td>
433424
</tr>
434-
<tr class="altColor">
435-
<td class="colFirst"><code>double</code></td>
436-
<th class="colSecond" scope="row"><span class="typeNameLabel">CyclicReversalIndependentDistance.</span><code><span class="memberNameLink"><a href="../distance/CyclicReversalIndependentDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
437-
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
438-
<td class="colLast">
439-
<div class="block">Measures the distance between two permutations, with cyclic and reversal independence:
440-
distance = min_{i in [0,N)} { distance(p1,rotate(p2,i)), distance(p1,rotate(reverse(p2),i)) }</div>
441-
</td>
442-
</tr>
443425
<tr class="rowColor">
444426
<td class="colFirst"><code>double</code></td>
445427
<th class="colSecond" scope="row"><span class="typeNameLabel">CyclicReversalIndependentDistanceDouble.</span><code><span class="memberNameLink"><a href="../distance/CyclicReversalIndependentDistanceDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
@@ -474,20 +456,19 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
474456
</td>
475457
</tr>
476458
<tr class="rowColor">
477-
<td class="colFirst"><code>double</code></td>
478-
<th class="colSecond" scope="row"><span class="typeNameLabel">PermutationDistanceMeasurerDouble.</span><code><span class="memberNameLink"><a href="../distance/PermutationDistanceMeasurerDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
459+
<td class="colFirst"><code>default double</code></td>
460+
<th class="colSecond" scope="row"><span class="typeNameLabel">PermutationDistanceMeasurer.</span><code><span class="memberNameLink"><a href="../distance/PermutationDistanceMeasurer.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
479461
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
480462
<td class="colLast">
481463
<div class="block">Measures the distance between two permutations</div>
482464
</td>
483465
</tr>
484466
<tr class="altColor">
485467
<td class="colFirst"><code>double</code></td>
486-
<th class="colSecond" scope="row"><span class="typeNameLabel">ReversalIndependentDistance.</span><code><span class="memberNameLink"><a href="../distance/ReversalIndependentDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
468+
<th class="colSecond" scope="row"><span class="typeNameLabel">PermutationDistanceMeasurerDouble.</span><code><span class="memberNameLink"><a href="../distance/PermutationDistanceMeasurerDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
487469
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
488470
<td class="colLast">
489-
<div class="block">Measures the distance between two permutations, with reversal independence:
490-
distance = min { distance(p1,p2), distance(p1,reverse(p2)) }</div>
471+
<div class="block">Measures the distance between two permutations</div>
491472
</td>
492473
</tr>
493474
<tr class="rowColor">
@@ -501,22 +482,22 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
501482
</tr>
502483
<tr class="altColor">
503484
<td class="colFirst"><code>double</code></td>
504-
<th class="colSecond" scope="row"><span class="typeNameLabel">DeviationDistanceNormalized.</span><code><span class="memberNameLink"><a href="../distance/DeviationDistanceNormalized.html#normalizedDistance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">normalizedDistance</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
485+
<th class="colSecond" scope="row"><span class="typeNameLabel">DeviationDistanceNormalized2005.</span><code><span class="memberNameLink"><a href="../distance/DeviationDistanceNormalized2005.html#normalizedDistance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">normalizedDistance</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
505486
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
506487
<td class="colLast">
507488
<div class="block">Measures the distance between two permutations, normalized to the interval [0.0, 1.0].</div>
508489
</td>
509490
</tr>
510491
<tr class="rowColor">
511-
<td class="colFirst"><code>double</code></td>
512-
<th class="colSecond" scope="row"><span class="typeNameLabel">DeviationDistanceNormalized2005.</span><code><span class="memberNameLink"><a href="../distance/DeviationDistanceNormalized2005.html#normalizedDistance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">normalizedDistance</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
492+
<td class="colFirst"><code>default double</code></td>
493+
<th class="colSecond" scope="row"><span class="typeNameLabel">NormalizedPermutationDistanceMeasurer.</span><code><span class="memberNameLink"><a href="../distance/NormalizedPermutationDistanceMeasurer.html#normalizedDistance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">normalizedDistance</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
513494
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
514495
<td class="colLast">
515496
<div class="block">Measures the distance between two permutations, normalized to the interval [0.0, 1.0].</div>
516497
</td>
517498
</tr>
518499
<tr class="altColor">
519-
<td class="colFirst"><code>double</code></td>
500+
<td class="colFirst"><code>default double</code></td>
520501
<th class="colSecond" scope="row"><span class="typeNameLabel">NormalizedPermutationDistanceMeasurerDouble.</span><code><span class="memberNameLink"><a href="../distance/NormalizedPermutationDistanceMeasurerDouble.html#normalizedDistance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">normalizedDistance</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
521502
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
522503
<td class="colLast">

0 commit comments

Comments
 (0)