|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_05) on Tue May 07 16:19:18 EDT 2019 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_05) on Wed May 08 17:09:08 EDT 2019 --> |
6 | 6 | <title>Index (JavaPermutationTools - A Java API for computation on permutations)</title> |
7 | | -<meta name="date" content="2019-05-07"> |
| 7 | +<meta name="date" content="2019-05-08"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
9 | 9 | <script type="text/javascript" src="script.js"></script> |
10 | 10 | </head> |
@@ -582,10 +582,130 @@ <h2 class="title">M</h2> |
582 | 582 | </dd> |
583 | 583 | <dt><span class="memberNameLink"><a href="org/cicirello/math/la/MatrixOps.html#MatrixOps--">MatrixOps()</a></span> - Constructor for class org.cicirello.math.la.<a href="org/cicirello/math/la/MatrixOps.html" title="class in org.cicirello.math.la">MatrixOps</a></dt> |
584 | 584 | <dd> </dd> |
| 585 | +<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> |
| 586 | +<dd> |
| 587 | +<div class="block">Computes the maximum possible distance between permutations |
| 588 | + of a specified length.</div> |
| 589 | +</dd> |
| 590 | +<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> |
| 591 | +<dd> |
| 592 | +<div class="block">Computes the maximum possible distance between permutations |
| 593 | + of a specified length.</div> |
| 594 | +</dd> |
| 595 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicIndependentDistance.html#max-int-">max(int)</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> |
| 596 | +<dd> |
| 597 | +<div class="block">Computes the maximum possible distance between permutations |
| 598 | + of a specified length.</div> |
| 599 | +</dd> |
| 600 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicReversalIndependentDistance.html#max-int-">max(int)</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> |
| 601 | +<dd> |
| 602 | +<div class="block">Computes the maximum possible distance between permutations |
| 603 | + of a specified length.</div> |
| 604 | +</dd> |
| 605 | +<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> |
| 606 | +<dd> |
| 607 | +<div class="block">Computes the maximum possible distance between permutations |
| 608 | + of a specified length.</div> |
| 609 | +</dd> |
| 610 | +<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> |
| 611 | +<dd> |
| 612 | +<div class="block">Computes the maximum possible distance between permutations |
| 613 | + of a specified length.</div> |
| 614 | +</dd> |
| 615 | +<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> |
| 616 | +<dd> |
| 617 | +<div class="block">Computes the maximum possible distance between permutations |
| 618 | + of a specified length.</div> |
| 619 | +</dd> |
| 620 | +<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> |
| 621 | +<dd> |
| 622 | +<div class="block">Computes the maximum possible distance between permutations |
| 623 | + of a specified length.</div> |
| 624 | +</dd> |
| 625 | +<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> |
| 626 | +<dd> |
| 627 | +<div class="block">Computes the maximum possible distance between permutations |
| 628 | + of a specified length.</div> |
| 629 | +</dd> |
| 630 | +<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> |
| 631 | +<dd> |
| 632 | +<div class="block">Computes the maximum possible distance between permutations |
| 633 | + of a specified length.</div> |
| 634 | +</dd> |
| 635 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/PermutationDistanceMeasurer.html#max-int-">max(int)</a></span> - Method in interface org.cicirello.permutations.distance.<a href="org/cicirello/permutations/distance/PermutationDistanceMeasurer.html" title="interface in org.cicirello.permutations.distance">PermutationDistanceMeasurer</a></dt> |
| 636 | +<dd> |
| 637 | +<div class="block">Computes the maximum possible distance between permutations |
| 638 | + of a specified length.</div> |
| 639 | +</dd> |
| 640 | +<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> |
| 641 | +<dd> |
| 642 | +<div class="block">Computes the maximum possible distance between permutations |
| 643 | + of a specified length.</div> |
| 644 | +</dd> |
| 645 | +<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> |
| 646 | +<dd> |
| 647 | +<div class="block">Computes the maximum possible distance between permutations |
| 648 | + of a specified length.</div> |
| 649 | +</dd> |
| 650 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ReversalIndependentDistance.html#max-int-">max(int)</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> |
| 651 | +<dd> |
| 652 | +<div class="block">Computes the maximum possible distance between permutations |
| 653 | + of a specified length.</div> |
| 654 | +</dd> |
| 655 | +<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> |
| 656 | +<dd> |
| 657 | +<div class="block">Computes the maximum possible distance between permutations |
| 658 | + of a specified length.</div> |
| 659 | +</dd> |
| 660 | +<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> |
| 661 | +<dd> |
| 662 | +<div class="block">Computes the maximum possible distance between permutations |
| 663 | + of a specified length.</div> |
| 664 | +</dd> |
| 665 | +<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> |
| 666 | +<dd> |
| 667 | +<div class="block">Computes the maximum possible distance between permutations |
| 668 | + of a specified length.</div> |
| 669 | +</dd> |
585 | 670 | <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> |
586 | 671 | <dd> |
587 | 672 | <div class="block">Default max number of iterations.</div> |
588 | 673 | </dd> |
| 674 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicIndependentDistanceDouble.html#maxf-int-">maxf(int)</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> |
| 675 | +<dd> |
| 676 | +<div class="block">Computes the maximum possible distance between permutations |
| 677 | + of a specified length.</div> |
| 678 | +</dd> |
| 679 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/CyclicReversalIndependentDistanceDouble.html#maxf-int-">maxf(int)</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> |
| 680 | +<dd> |
| 681 | +<div class="block">Computes the maximum possible distance between permutations |
| 682 | + of a specified length.</div> |
| 683 | +</dd> |
| 684 | +<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> |
| 685 | +<dd> |
| 686 | +<div class="block">Computes the maximum possible distance between permutations |
| 687 | + of a specified length.</div> |
| 688 | +</dd> |
| 689 | +<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> |
| 690 | +<dd> |
| 691 | +<div class="block">Computes the maximum possible distance between permutations |
| 692 | + of a specified length.</div> |
| 693 | +</dd> |
| 694 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/EditDistance.html#maxf-int-">maxf(int)</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> |
| 695 | +<dd> |
| 696 | +<div class="block">Computes the maximum possible distance between permutations |
| 697 | + of a specified length.</div> |
| 698 | +</dd> |
| 699 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/PermutationDistanceMeasurerDouble.html#maxf-int-">maxf(int)</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> |
| 700 | +<dd> |
| 701 | +<div class="block">Computes the maximum possible distance between permutations |
| 702 | + of a specified length.</div> |
| 703 | +</dd> |
| 704 | +<dt><span class="memberNameLink"><a href="org/cicirello/permutations/distance/ReversalIndependentDistanceDouble.html#maxf-int-">maxf(int)</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> |
| 705 | +<dd> |
| 706 | +<div class="block">Computes the maximum possible distance between permutations |
| 707 | + of a specified length.</div> |
| 708 | +</dd> |
589 | 709 | <dt><span class="memberNameLink"><a href="org/cicirello/math/stats/Statistics.html#mean-int:A-">mean(int[])</a></span> - Static method in class org.cicirello.math.stats.<a href="org/cicirello/math/stats/Statistics.html" title="class in org.cicirello.math.stats">Statistics</a></dt> |
590 | 710 | <dd> |
591 | 711 | <div class="block">Computes mean of a dataset.</div> |
|
0 commit comments