Class PairwiseDP

java.lang.Object
org.biojava.bio.dp.DP
org.biojava.bio.dp.twohead.PairwiseDP
All Implemented Interfaces:
Serializable

public class PairwiseDP extends DP implements Serializable
Algorithms for dynamic programming (alignments) between pairs of SymbolLists. Based on a single-head DP implementation by Matt Pocock.
Author:
Thomas Down, Matthew Pocock
See Also: