문제

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.

올바른 솔루션이 없습니다

다른 팁

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

which suggests using the vwr package.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top