Uses of Interface
net.sf.okapi.steps.gcaligner.DpFunction
-
Packages that use DpFunction Package Description net.sf.okapi.steps.gcaligner -
-
Uses of DpFunction in net.sf.okapi.steps.gcaligner
Classes in net.sf.okapi.steps.gcaligner that implement DpFunction Modifier and Type Class Description classAlignmentFunction<T>SegmentAlignmentFunction implements DpFunction.Constructors in net.sf.okapi.steps.gcaligner with parameters of type DpFunction Constructor Description DpMatrix(List<T> sequenceX, List<T> sequenceY, DpFunction<T> p_dpFunction)
-