Package | Description |
---|---|
org.biojava.bio.dp.onehead |
Modifier and Type | Class and Description |
---|---|
class |
SmallCursor
Constant-memory implementation of single-head DP cursor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SingleDP.backward_initialize(DPCursor dpCursor,
ScoreType scoreType) |
protected void |
SingleDP.backward_recurse(DPCursor dpCursor,
ScoreType scoreType) |
protected double |
SingleDP.backward_termination(DPCursor dpCursor,
ScoreType scoreType) |
protected double |
SingleDP.backward(DPCursor dpCursor,
ScoreType scoreType) |
protected void |
SingleDP.forward_initialize(DPCursor dpCursor,
ScoreType scoreType) |
protected double |
SingleDP.forward(DPCursor dpCursor,
ScoreType scoreType) |
Copyright © 2014 BioJava. All rights reserved.