Learn R Programming

automatedRecLin (version 1.0.1)

jarowinkler_complement: Jaro-Winkler Distance Complement

Description

Creates a function that calculates the complement of the Jaro-Winkler distance between two strings (i.e., \(1 - \text{Jaro-Winkler distance}\)).

Usage

jarowinkler_complement()

Arguments

Value

Returns a function taking two string arguments, x and y, and returning the complement of the Jaro-Winkler distance.

Author

Adam Struzik