| Interface | Description |
|---|---|
| AlignmentScorer<T> |
SegmentAlignmentScorer defines interface of the source and target segment alignment score
functions.
|
| DpFunction<T> |
DpFunction is an interface defining a method to calculate the score of a matrix cell.
|
| Class | Description |
|---|---|
| AlignmentFunction<T> |
SegmentAlignmentFunction implements DpFunction.
|
| DpMatrix<T> |
DpMatrix is a matrix used in dynamic programming.
|
| DpMatrixCell |
DpMatrixCell is a cell of DpMatrix.
|
| GaleAndChurch<T> | |
| Penalties |
Copyright © 2021. All rights reserved.