Uses of Package
org.cicirello.permutations.distance
Packages that use org.cicirello.permutations.distance
Package
Description
Implementations of a variety of permutation distance measures.
-
Classes in org.cicirello.permutations.distance used by org.cicirello.permutations.distanceClassDescriptionImplement 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.Implement this interface to define a distance metric for permutations that supports normalizing the distance to the interval [0,1].Implement this interface, PermutationDistanceMeasurer, to define a distance metric for permutations.Implement this interface, PermutationDistanceMeasurerDouble, to define a distance metric for permutations, where the distance is a floating-point value.