|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.util.text.LevenshteinDistance
public class LevenshteinDistance
http://en.wikipedia.org/wiki/Levenshtein_distance
Constructor Summary | |
---|---|
LevenshteinDistance()
|
Method Summary | |
---|---|
static int |
computeDistance(String s1,
String s2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LevenshteinDistance()
Method Detail |
---|
public static int computeDistance(String s1, String s2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |