Package org.biojava.bio.dp.onehead


package org.biojava.bio.dp.onehead
  • Class
    Description
    Encapsulates the dynamic programmming matrix, and the context within algorithms work.
    An implementation of DP that aligns a single sequence against a single model.
    The dynamic programming matrix for a single sequence.
    Constant-memory implementation of single-head DP cursor.