|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use DiscreteAlphabetMapping | |
---|---|
de.jstacs.data.sequences | Provides classes for representing sequences. |
de.jstacs.sequenceScores.statisticalModels.differentiable | Provides all DifferentiableStatisticalModel s, which can compute the gradient with
respect to their parameters for a given input Sequence . |
Uses of DiscreteAlphabetMapping in de.jstacs.data.sequences |
---|
Fields in de.jstacs.data.sequences declared as DiscreteAlphabetMapping | |
---|---|
protected DiscreteAlphabetMapping[] |
MappedDiscreteSequence.transformation
The DiscreteAlphabetMapping s used for mapping the original Sequence . |
Methods in de.jstacs.data.sequences with parameters of type DiscreteAlphabetMapping | |
---|---|
static AlphabetContainer |
MappedDiscreteSequence.getNewAlphabetContainer(AlphabetContainer original,
DiscreteAlphabetMapping... transformation)
This method allows to create a new AlphabetContainer given an old AlphabetContainer and some DiscreteAlphabetMapping s. |
Constructors in de.jstacs.data.sequences with parameters of type DiscreteAlphabetMapping | |
---|---|
MappedDiscreteSequence(AlphabetContainer originalAlphabetContainer,
SequenceAnnotation[] seqAn,
DiscreteAlphabetMapping... transformation)
This method allows to create an empty MappedDiscreteSequence . |
|
MappedDiscreteSequence(SimpleDiscreteSequence original,
DiscreteAlphabetMapping... transformation)
This method allows to create a MappedDiscreteSequence from a given Sequence and some given DiscreteAlphabetMapping s. |
Uses of DiscreteAlphabetMapping in de.jstacs.sequenceScores.statisticalModels.differentiable |
---|
Constructors in de.jstacs.sequenceScores.statisticalModels.differentiable with parameters of type DiscreteAlphabetMapping | |
---|---|
MappingDiffSM(AlphabetContainer originalAlphabetContainer,
DifferentiableStatisticalModel nsf,
DiscreteAlphabetMapping... mapping)
The main constructor creating a MappingDiffSM . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |