Uses of Package
org.cicirello.permutations.distance
-
Packages that use org.cicirello.permutations.distance Package Description org.cicirello.permutations.distance Implementations of a variety of permutation distance measures. -
Classes in org.cicirello.permutations.distance used by org.cicirello.permutations.distance Class 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.