LevenshteinDistance | R Documentation |
Counts the number of single character deletions, insertions, and substitutions that need to be performed to turn the source string into the target string.
LevenshteinDistance(x, y)
x , y |
Strings to be compared. |
The Levenshtein distance between the two strings.
Sercan Kahveci
LevenshteinDistance("sitting","kitten")
LevenshteinDistance(c("cheese","fish"),c("child","flan"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.