| Interface | Description |
|---|---|
| IntPermDistanceCalc |
Interface that allows to calculate distance between two compatible permutations
|
| IntPermSetDistance |
Interface for an object that calculates average distance between set of permutations
|
| IntPermSetObjectDistance |
Calculates average distances for set of permutations
|
| Class | Description |
|---|---|
| AdjacencyDistance |
The R distance, according to Sevaux, M Sörensen, K
|
| CayleyDistance |
Cayley distane according to Deza, M Huang, T
For the reverse permuattion the distance is:
(N*ceil(N/2))(N-1)
|
| HammingDistance |
Hamming distance according to Deza, M Huang, T
|
| PairwisePermDistanceCalculator |
Calculate pairwise distances for set of permutations
|
| PositionalDistance |
Deviation distance according to: Sevaux, M Sörensen, K
|
| PrecedenceDistance |
Precedence distance
|
| SetObjDistanceCalculator |
Calculate distances for set of permutations
|
| SwapDistance |
Kendall's Tau, according to Sevaux, M Sörensen, K
|
| UlamDistance |
Ulam distance of two permutations
|
Copyright © 2020. All rights reserved.