GapWeightedSimilarityIncremental.this

Constructs an object given two ranges s and t and a penalty lambda. Constructor completes in O(s.length * t.length) time and computes all matches of length 1.

struct GapWeightedSimilarityIncremental(Range, F = double)
this
(
Range s
,
Range t
,)
if (
hasLength!(Range)
)

Meta