Interface PermutationDistanceMeasurer

All Superinterfaces:
PermutationDistanceMeasurerDouble
All Known Subinterfaces:
NormalizedPermutationDistanceMeasurer
All Known Implementing Classes:
AcyclicEdgeDistance, BlockInterchangeDistance, CycleDistance, CycleEditDistance, CyclicEdgeDistance, CyclicIndependentDistance, CyclicReversalIndependentDistance, CyclicRTypeDistance, DeviationDistance, ExactMatchDistance, InterchangeDistance, KCycleDistance, KendallTauDistance, LeeDistance, ReinsertionDistance, ReversalDistance, ReversalIndependentDistance, RTypeDistance, ScrambleDistance, SquaredDeviationDistance

public interface PermutationDistanceMeasurer extends PermutationDistanceMeasurerDouble
Implement this interface, PermutationDistanceMeasurer, to define a distance metric for permutations.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Measures the distance between two permutations.
    default double
    Measures the distance between two permutations