Class LevenshteinDistance
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.utils.LevenshteinDistance
-
public class LevenshteinDistance extends java.lang.ObjectTaken from here
-
-
Constructor Summary
Constructors Constructor Description LevenshteinDistance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompute(java.util.List<java.lang.Integer> list1, java.util.List<java.lang.Integer> list2)
-