Package | Description |
---|---|
org.biojava.bio.dp.twohead |
Modifier and Type | Method and Description |
---|---|
Cell[][] |
PairDPCursor.press()
press out a new correctly sized cell array
|
Cell[][] |
LightPairDPCursor.press()
Returns the minimal context of the DP matrix
necessary to compute the value of a single point
in that matrix.
|
Cell[][] |
AbstractMatrixPairDPCursor.press() |
Modifier and Type | Method and Description |
---|---|
void |
CellCalculator.calcCell(Cell[][] cells)
Calculate the 'scores' array in the cell at cells[0][0].
|
void |
CellCalculator.initialize(Cell[][] cells)
Initialize the cell at [0][0] to the recursion initial parameters.
|
void |
PairDPCursor.next(Cell[][] cells)
retrieve the next block of cells
|
void |
MatrixPairDPCursor.next(Cell[][] cells) |
void |
LightPairDPCursor.next(Cell[][] cells)
Description of the Method
|
void |
BackMatrixPairDPCursor.next(Cell[][] cells) |
Copyright © 2014 BioJava. All rights reserved.