Class 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:
    Serialized Form