Class LevenshteinDistance


  • public class LevenshteinDistance
    extends java.lang.Object
    Taken from here
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compute​(java.util.List<java.lang.Integer> list1, java.util.List<java.lang.Integer> list2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LevenshteinDistance

        public LevenshteinDistance()
    • Method Detail

      • compute

        public int compute​(java.util.List<java.lang.Integer> list1,
                           java.util.List<java.lang.Integer> list2)