DifferentiableSequenceScores that are mixtures of other DifferentiableSequenceScores.See: Description
| Class | Description |
|---|---|
| AbstractMixtureDiffSM |
This main abstract class for any mixture scoring function (e.g.
|
| MixtureDiffSM |
This class implements a real mixture model.
|
| StrandDiffSM |
This class enables the user to search on both strand.
|
| VariableLengthMixtureDiffSM |
This class implements a mixture of
VariableLengthDiffSM by extending MixtureDiffSM and implementing the methods of VariableLengthDiffSM. |
| Enum | Description |
|---|---|
| StrandDiffSM.InitMethod |
This enum defines the different types of plug-in initialization of a
StrandDiffSM. |
DifferentiableSequenceScores that are mixtures of other DifferentiableSequenceScores.
The abstract base of all mixtures is AbstractMixtureDiffSM,
MixtureDiffSM provides a default implementation.