X
- The class that can be compared using this comparator.public interface SkipComparator<X extends Value> extends GapComparator<X>
Modifier and Type | Method and Description |
---|---|
double |
skipDelete(X a)
This should be called during an alignment to retrieve the costs for a
skip deletion of value a from the first sequence.
|
double |
skipInsert(X b)
This should be called during an alignment to retrieve the costs for a
skip insertion of value b into the first sequence.
|
delete, insert
compare, getType
double skipDelete(X a)
a
- a value.double skipInsert(X b)
b
- a value.Copyright (C) 2013, 2014 Benjamin Paaßen, Charlie Krüger, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs