Rdocumentation
powered by
Learn R Programming
CEGO (version 2.0.0)
distancePermutationLCSeq: Longest Common Subsequence Distance for Permutations
Description
DEPRECATED, see
distancePermutationInsert
.
Usage
distancePermutationLCSeq(x, y)
Arguments
x
first permutation (integer vector)
y
second permutation (integer vector)
Value
numeric distance value $$d(x,y)$$, scaled to values between 0 and 1 (based on the maximum possible distance between two permutations)