Home Original page

DPMatrix (biojava-legacy 1.9.5 API)

  • All Known Implementing Classes:
    PairDPMatrix, SingleDPMatrix

    public interface DPMatrix
    Author:
    Matthew Pocock
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getCell​(int[] index)  
      double getScore()  
      MarkovModel model()  
      State[] states()  
      SymbolList[] symList()  
    • Method Detail

      • states

        State[] states()
      • model

        MarkovModel model()
      • symList

        SymbolList[] symList()
      • getScore

        double getScore()
      • getCell

        double getCell​(int[] index)
                throws IndexOutOfBoundsException
        Throws:
        IndexOutOfBoundsException