Represents method of calculating probability of an alignment of given source segments to given target segments. It's the heart of alignment algorithm.
The actual implementation can calculate the result using just segment lengths (package length) or contents of the segments (package content).
@author Jarek Lipski (loomchild)
|
|
|
|
|
|
|
|
|
|
|
|
|
|