| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels |
Provides
DifferentiableStatisticalModels that are directed graphical models. |
| Modifier and Type | Field and Description |
|---|---|
protected BNDiffSMParameterTree[] |
BayesianNetworkDiffSM.trees
The trees that represent the context of the random variable (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
BNDiffSMParameterTree |
BNDiffSMParameterTree.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
BNDiffSMParameterTree.backward(BNDiffSMParameterTree[] trees,
int[][] order)
Computes the backward-part of the normalization constant
starting from this
BNDiffSMParameterTree. |
void |
BNDiffSMParameterTree.copy(BNDiffSMParameterTree parameterTree)
Copies the values of the parameters from another
BNDiffSMParameterTree. |
double |
BNDiffSMParameterTree.forward(BNDiffSMParameterTree[] trees)
Computes the forward-part of the normalization constant starting from
this
BNDiffSMParameterTree. |