public interface TrainableState extends State
| Modifier and Type | Method and Description |
|---|---|
void |
addToStatistic(int startPos,
int endPos,
double weight,
Sequence seq)
This method allows to add a certain
weight to the sufficient statistic of the parameters that
are used for scoring the specific subsequence(s). |
getGraphvizNodeOptions, getLogScoreFor, isSilent, toStringvoid addToStatistic(int startPos,
int endPos,
double weight,
Sequence seq)
throws OperationNotSupportedException
weight to the sufficient statistic of the parameters that
are used for scoring the specific subsequence(s).startPos - the start positionendPos - the end positionweight - the weight which will be added to the sufficient statisticseq - the Sequence(s)OperationNotSupportedException - if the reverse complement of the sequence can not be computed