Uses of Class
net.sf.okapi.steps.gcaligner.DpMatrix
-
Packages that use DpMatrix Package Description net.sf.okapi.steps.gcaligner -
-
Uses of DpMatrix in net.sf.okapi.steps.gcaligner
Methods in net.sf.okapi.steps.gcaligner with parameters of type DpMatrix Modifier and Type Method Description voidAlignmentFunction. setCellScore(int p_xPos, int p_yPos, DpMatrix<T> p_matrix)Set the score to DpMatrixCell at the specified location of the matrix.voidDpFunction. setCellScore(int xPos, int yPos, DpMatrix<T> matrix)Set the score to DpMatrixCell at the specified location of the matrix.
-