Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

distanceStringLCStr

Longest Common Substring distance


Description

Distance between strings, based on the longest common substring.

Usage

distanceStringLCStr(x, y)

Arguments

x

first string (class: character)

y

second string (class: character)

Value

numeric distance value

d(x,y)

Examples

distanceStringLCStr("ABCD","AACC")

CEGO

Combinatorial Efficient Global Optimization

v2.4.0
GPL (>= 3)
Authors
Martin Zaefferer <mzaefferer@gmail.com>
Initial release
2019-12-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.