Class LCSPathDistance

  • All Implemented Interfaces:
    PathDistance

    public class LCSPathDistance
    extends Object
    implements PathDistance
    Metric based on Longest common subsequence. See https://en.wikipedia.org/wiki/Longest_common_subsequence_problem
    • Constructor Detail

      • LCSPathDistance

        public LCSPathDistance()