| Package | Description |
|---|---|
| org.cicirello.permutations.distance |
Implementations of a variety of permutation distance measures.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NormalizedPermutationDistanceMeasurer
Implement this interface to define a distance metric for permutations that supports
normalizing the distance to the interval [0,1], but where the base distance is an integer value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcyclicEdgeDistance
Acyclic Edge Distance:
|
class |
BlockInterchangeDistance
Block Interchange Distance:
|
class |
CyclicEdgeDistance
Cyclic Edge Distance:
|
class |
CyclicRTypeDistance
Cyclic RType Distance:
|
class |
DeviationDistance
Deviation Distance:
|
class |
DeviationDistanceNormalized
Normalized Deviation Distance:
|
class |
DeviationDistanceNormalized2005
Normalized Deviation Distance:
|
class |
ExactMatchDistance
Exact Match Distance:
|
class |
InterchangeDistance
Interchange Distance:
|
class |
KendallTauDistance
Kendall Tau Distance:
|
class |
LeeDistance
Lee Distance:
|
class |
ReinsertionDistance
Reinsertion Distance:
|
class |
ReversalDistance
Reversal Distance:
|
class |
RTypeDistance
RType Distance:
|
class |
ScrambleDistance
Scramble Distance:
|
class |
SquaredDeviationDistance
Squared Deviation Distance:
|
Copyright © 2005-2020 Vincent A. Cicirello. All rights reserved.