| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.differentiable |
Provides all
DifferentiableStatisticalModels, which can compute the gradient with
respect to their parameters for a given input Sequence. |
| de.jstacs.sequenceScores.statisticalModels.differentiable.homogeneous |
Provides
DifferentiableStatisticalModels that are homogeneous, i.e. |
| Modifier and Type | Class and Description |
|---|---|
class |
CyclicMarkovModelDiffSM
This scoring function implements a cyclic Markov model of arbitrary order and periodicity for any sequence length.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HomogeneousDiffSM
This is the main class for all homogeneous
DifferentiableSequenceScores. |
class |
HomogeneousMM0DiffSM
This scoring function implements a homogeneous Markov model of order zero
(hMM(0)) for a fixed sequence length.
|
class |
HomogeneousMMDiffSM
This scoring function implements a homogeneous Markov model of arbitrary
order for any sequence length.
|
class |
UniformHomogeneousDiffSM
This scoring function does nothing.
|