johnmarkpittman

Results 2 issues of johnmarkpittman

Using the default value for the `matchWeight` parameter, the `affineGapDistance` function returns `len(string_a)` as the distance between two strings that match exactly, and `normalizedAffineGapDistance` returns `0.5`. Is this intended behavior?...

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...