Domanda

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.

Nessuna soluzione corretta

Altri suggerimenti

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

which suggests using the vwr package.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top