|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BNDiffSMParameter | |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels | Provides DifferentiableStatisticalModels that are directed graphical models. |
| Uses of BNDiffSMParameter in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels |
|---|
| Fields in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels declared as BNDiffSMParameter | |
|---|---|
protected BNDiffSMParameter[] |
BayesianNetworkDiffSM.parameters
The parameters of the scoring function. |
| Methods in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels that return BNDiffSMParameter | |
|---|---|
BNDiffSMParameter |
BNDiffSMParameter.clone()
|
BNDiffSMParameter |
BNDiffSMParameterTree.getParameterFor(Sequence seq,
int start)
Returns the BNDiffSMParameter that is responsible for the suffix of
sequence seq starting at position start. |
| Methods in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels that return types with arguments of type BNDiffSMParameter | |
|---|---|
LinkedList<BNDiffSMParameter> |
BNDiffSMParameterTree.linearizeParameters()
Extracts the BNDiffSMParameters from the leaves of this tree in
left-to-right order (as specified by the order of the alphabet) and
returns them as a LinkedList. |
| Methods in de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels with parameters of type BNDiffSMParameter | |
|---|---|
void |
BNDiffSMParameterTree.setParameterFor(int symbol,
int[][] context,
BNDiffSMParameter par)
Sets the instance of the BNDiffSMParameter for symbol symbol and
context context to BNDiffSMParameter par. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||