|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use StrandDiffSM.InitMethod | |
---|---|
de.jstacs.sequenceScores.statisticalModels.differentiable.mixture | Provides DifferentiableSequenceScore s that are mixtures of other DifferentiableSequenceScore s. |
Uses of StrandDiffSM.InitMethod in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture |
---|
Methods in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture that return StrandDiffSM.InitMethod | |
---|---|
static StrandDiffSM.InitMethod |
StrandDiffSM.InitMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StrandDiffSM.InitMethod[] |
StrandDiffSM.InitMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture with parameters of type StrandDiffSM.InitMethod | |
---|---|
StrandDiffSM(DifferentiableStatisticalModel function,
double forwardPartOfESS,
int starts,
boolean plugIn,
StrandDiffSM.InitMethod initMethod)
This constructor creates a StrandDiffSM that optimizes the usage of each strand. |
|
StrandDiffSM(DifferentiableStatisticalModel function,
int starts,
boolean plugIn,
StrandDiffSM.InitMethod initMethod,
double forward)
This constructor creates a StrandDiffSM that has a fixed frequency for the strand usage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |