LevenshteinSimFn: Levenshtein similarity function

Description Usage Arguments Value

View source: R/similarityFns.R

Description

Levenshtein similarity function

Usage

1
LevenshteinSimFn(threshold, maxSimilarity)

Arguments

threshold

Similarities below this threshold will be set to zero. A higher threshold improves the efficiency of the inference, possibly at the expense of accuracy.

maxSimilarity

Similarities will be in the range [0, maxSimilarity].

Value

a LevenshteinSimFn object


cleanzr/dblinkR documentation built on June 13, 2021, 4:17 a.m.