You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? I looked through the referenced paper, but did not see any discussion of this.
The text was updated successfully, but these errors were encountered:
Using the default value for the
matchWeight
parameter, theaffineGapDistance
function returnslen(string_a)
as the distance between two strings that match exactly, andnormalizedAffineGapDistance
returns0.5
.Is this intended behavior? I looked through the referenced paper, but did not see any discussion of this.
The text was updated successfully, but these errors were encountered: