Skip to content

Automated API website updates. #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 23 additions & 67 deletions docs/api/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,7 @@ <h2 class="title">D</h2>
<div class="block">Measures the distance between two permutations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ScrambleDistance.html#distance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distance(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ScrambleDistance.html" title="class in org.cicirello.permutations.distance">ScrambleDistance</a></dt>
<dd>
<div class="block">Measures the distance between two permutations.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/SquaredDeviationDistance.html#distance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distance(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/SquaredDeviationDistance.html" title="class in org.cicirello.permutations.distance">SquaredDeviationDistance</a></dt>
<dd>
<div class="block">Measures the distance between two permutations.</div>
Expand Down Expand Up @@ -663,7 +661,8 @@ <h2 class="title">D</h2>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicIndependentDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/CyclicIndependentDistance.html" title="class in org.cicirello.permutations.distance">CyclicIndependentDistance</a></dt>
<dd>
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations, with cyclic independence:
distance = min_{i in [0,N)} distance(p1,rotate(p2,i))</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicIndependentDistanceDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/CyclicIndependentDistanceDouble.html" title="class in org.cicirello.permutations.distance">CyclicIndependentDistanceDouble</a></dt>
<dd>
Expand All @@ -672,7 +671,8 @@ <h2 class="title">D</h2>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicReversalIndependentDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/CyclicReversalIndependentDistance.html" title="class in org.cicirello.permutations.distance">CyclicReversalIndependentDistance</a></dt>
<dd>
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations, with cyclic and reversal independence:
distance = min_{i in [0,N)} { distance(p1,rotate(p2,i)), distance(p1,rotate(reverse(p2),i)) }</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicReversalIndependentDistanceDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/CyclicReversalIndependentDistanceDouble.html" title="class in org.cicirello.permutations.distance">CyclicReversalIndependentDistanceDouble</a></dt>
<dd>
Expand All @@ -689,15 +689,16 @@ <h2 class="title">D</h2>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/EditDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/EditDistance.html" title="class in org.cicirello.permutations.distance">EditDistance</a></dt>
<dd>
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/PermutationDistanceMeasurerDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in interface org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/PermutationDistanceMeasurerDouble.html" title="interface in org.cicirello.permutations.distance">PermutationDistanceMeasurerDouble</a></dt>
<dd>
<div class="block">Measures the distance between two permutations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ReversalIndependentDistance.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ReversalIndependentDistance.html" title="class in org.cicirello.permutations.distance">ReversalIndependentDistance</a></dt>
<dd>
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations, with reversal independence:
distance = min { distance(p1,p2), distance(p1,reverse(p2)) }</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ReversalIndependentDistanceDouble.html#distancef(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distancef(Permutation, Permutation)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ReversalIndependentDistanceDouble.html" title="class in org.cicirello.permutations.distance">ReversalIndependentDistanceDouble</a></dt>
<dd>
Expand Down Expand Up @@ -923,94 +924,49 @@ <h2 class="title">M</h2>
represented as 2-D Java arrays.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/AcyclicEdgeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/AcyclicEdgeDistance.html" title="class in org.cicirello.permutations.distance">AcyclicEdgeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/BlockInterchangeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/BlockInterchangeDistance.html" title="class in org.cicirello.permutations.distance">BlockInterchangeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicEdgeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/CyclicEdgeDistance.html" title="class in org.cicirello.permutations.distance">CyclicEdgeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicRTypeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/CyclicRTypeDistance.html" title="class in org.cicirello.permutations.distance">CyclicRTypeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/DeviationDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/DeviationDistance.html" title="class in org.cicirello.permutations.distance">DeviationDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ExactMatchDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ExactMatchDistance.html" title="class in org.cicirello.permutations.distance">ExactMatchDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/InterchangeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/InterchangeDistance.html" title="class in org.cicirello.permutations.distance">InterchangeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/KendallTauDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/KendallTauDistance.html" title="class in org.cicirello.permutations.distance">KendallTauDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/LeeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/LeeDistance.html" title="class in org.cicirello.permutations.distance">LeeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/NormalizedPermutationDistanceMeasurer.html#max(int)">max(int)</a></span> - Method in interface org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/NormalizedPermutationDistanceMeasurer.html" title="interface in org.cicirello.permutations.distance">NormalizedPermutationDistanceMeasurer</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ReinsertionDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ReinsertionDistance.html" title="class in org.cicirello.permutations.distance">ReinsertionDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ReversalDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ReversalDistance.html" title="class in org.cicirello.permutations.distance">ReversalDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/RTypeDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/RTypeDistance.html" title="class in org.cicirello.permutations.distance">RTypeDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ScrambleDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/ScrambleDistance.html" title="class in org.cicirello.permutations.distance">ScrambleDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/SquaredDeviationDistance.html#max(int)">max(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/SquaredDeviationDistance.html" title="class in org.cicirello.permutations.distance">SquaredDeviationDistance</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/math/la/JacobiDiagonalization.html#MAX_ITERATIONS">MAX_ITERATIONS</a></span> - Static variable in class org.cicirello.math.la.<a href="org/cicirello/math/la/JacobiDiagonalization.html" title="class in org.cicirello.math.la">JacobiDiagonalization</a></dt>
<dd>
<div class="block">Default max number of iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/DeviationDistanceNormalized.html#maxf(int)">maxf(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/DeviationDistanceNormalized.html" title="class in org.cicirello.permutations.distance">DeviationDistanceNormalized</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/DeviationDistanceNormalized2005.html#maxf(int)">maxf(int)</a></span> - Method in class org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/DeviationDistanceNormalized2005.html" title="class in org.cicirello.permutations.distance">DeviationDistanceNormalized2005</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
of a specified length.</div>
</dd>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/NormalizedPermutationDistanceMeasurerDouble.html#maxf(int)">maxf(int)</a></span> - Method in interface org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/NormalizedPermutationDistanceMeasurerDouble.html" title="interface in org.cicirello.permutations.distance">NormalizedPermutationDistanceMeasurerDouble</a></dt>
<dd>
<div class="block">Computes the maximum possible distance between permutations
Expand Down
15 changes: 8 additions & 7 deletions docs/api/org/cicirello/permutations/class-use/Permutation.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,7 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ScrambleDistance.</span><code><span class="memberNameLink"><a href="../distance/ScrambleDistance.html#distance(org.cicirello.permutations.Permutation,org.cicirello.permutations.Permutation)">distance</a></span>&#8203;(<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p1,
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
<td class="colLast">
<div class="block">Measures the distance between two permutations.</div>
</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
Expand All @@ -408,7 +406,8 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
<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,
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
<td class="colLast">
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations, with cyclic independence:
distance = min_{i in [0,N)} distance(p1,rotate(p2,i))</div>
</td>
</tr>
<tr class="rowColor">
Expand All @@ -425,7 +424,8 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
<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,
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
<td class="colLast">
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations, with cyclic and reversal independence:
distance = min_{i in [0,N)} { distance(p1,rotate(p2,i)), distance(p1,rotate(reverse(p2),i)) }</div>
</td>
</tr>
<tr class="rowColor">
Expand Down Expand Up @@ -458,7 +458,7 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
<th class="colSecond" scope="row"><span class="typeNameLabel">EditDistance.</span><code><span class="memberNameLink"><a href="../distance/EditDistance.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,
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
<td class="colLast">
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations.</div>
</td>
</tr>
<tr class="rowColor">
Expand All @@ -474,7 +474,8 @@ <h3>Uses of <a href="../Permutation.html" title="class in org.cicirello.permutat
<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,
<a href="../Permutation.html" title="class in org.cicirello.permutations">Permutation</a>&nbsp;p2)</code></th>
<td class="colLast">
<div class="block">Measures the distance between two permutations</div>
<div class="block">Measures the distance between two permutations, with reversal independence:
distance = min { distance(p1,p2), distance(p1,reverse(p2)) }</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
Loading