affinegap
affinegap copied to clipboard
Non-zero distance for matching strings using default parameters
Using default parameters, affineGapDistance
returns len(string_a)
for matching strings, which produces normalizedAffineGapDistance
of 0.5
.
Is this intended behavior? I scanned through the referenced paper, but didn't see any discussion of this.