levdist: Levenshtein (edit) Distance

Description Usage Arguments Value

Description

Computes Levenshtein (Edit) Distance

Usage

1
levdist(train, test, measure)

Arguments

train

a vector of training strings

test

a vector of test strings

measure

the measure to be used (mean, median, min, max)

Value

a vector containing the Levenshtein (edit) Distance of each test string


cookm346/AGSuite documentation built on May 13, 2019, 10:50 p.m.