| Package | Description |
|---|---|
| org.cicirello.permutations.distance |
Implementations of a variety of permutation distance measures.
|
| Class and Description |
|---|
| 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.
|
| NormalizedPermutationDistanceMeasurerDouble
Implement this interface to define a distance metric for permutations that supports
normalizing the distance to the interval [0,1].
|
| PermutationDistanceMeasurer
Implement this interface, PermutationDistanceMeasurer, to define a distance metric for permutations.
|
| PermutationDistanceMeasurerDouble
Implement this interface, PermutationDistanceMeasurerDouble, to define a distance metric for permutations,
where the distance is a floating-point value.
|
Copyright © 2005-2020 Vincent A. Cicirello. All rights reserved.