T - public class AlignmentFunction<T> extends Object implements DpFunction<T>
| Constructor and Description |
|---|
AlignmentFunction(LocaleId p_sourceLocale,
LocaleId p_targetLocale,
List<AlignmentScorer<T>> scorerList,
Penalties penalties) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCellScore(int p_xPos,
int p_yPos,
DpMatrix<T> p_matrix)
Set the score to DpMatrixCell at the specified location of the matrix.
|
public void setCellScore(int p_xPos,
int p_yPos,
DpMatrix<T> p_matrix)
setCellScore in interface DpFunction<T>p_xPos - X index of the matrix.p_yPos - Y index of the matrix.p_matrix - matrixCopyright © 2021. All rights reserved.