Uses of Interface
org.cicirello.permutations.distance.NormalizedPermutationDistanceMeasurerDouble
-
Packages that use NormalizedPermutationDistanceMeasurerDouble Package Description org.cicirello.permutations.distance Implementations of a variety of permutation distance measures. -
-
Uses of NormalizedPermutationDistanceMeasurerDouble in org.cicirello.permutations.distance
Subinterfaces of NormalizedPermutationDistanceMeasurerDouble in org.cicirello.permutations.distance Modifier and Type Interface Description interfaceNormalizedPermutationDistanceMeasurerImplement 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.Classes in org.cicirello.permutations.distance that implement NormalizedPermutationDistanceMeasurerDouble Modifier and Type Class Description classAcyclicEdgeDistanceAcyclic Edge Distance:classBlockInterchangeDistanceBlock Interchange Distance:classCyclicEdgeDistanceCyclic Edge Distance:classCyclicRTypeDistanceCyclic RType Distance:classDeviationDistanceDeviation Distance:classDeviationDistanceNormalizedNormalized Deviation Distance:classDeviationDistanceNormalized2005Normalized Deviation Distance:classExactMatchDistanceExact Match Distance:classInterchangeDistanceInterchange Distance:classKendallTauDistanceKendall Tau distance is sometimes also known as bubble sort distance, as it is the number of adjacent swaps necessary to transform one permutation into the other.classLeeDistanceLee Distance:classReinsertionDistanceReinsertion Distance:classReversalDistanceReversal Distance:classRTypeDistanceRType Distance:classScrambleDistanceScramble Distance:classSquaredDeviationDistanceSquared Deviation Distance:classWeightedKendallTauDistanceThis class implements the weighted Kendall tau distance.
-