Frage

Is there a packagein R that contain Levenshtein Distance counting function that compute the distance for numeric vectors? All I have found are strings based. Also I am looking for a Jaro-Winkler package that do the same, but the Levenshtein distance is more essensial.

Keine korrekte Lösung

Andere Tipps

Found this page: Clustering strings in R (is it possible?)

which suggests using the vwr package.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top