We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557cab commit 8ea32aaCopy full SHA for 8ea32aa
README.md
@@ -152,7 +152,6 @@ while gbp.graph.backward # inference from the root to leaves
152
end
153
marginal(gbp) # compute marginals
154
displayData(gbp) # show results
155
-
156
```
157
158
docs/src/man/inferencetree.md
@@ -25,6 +25,6 @@ backwardFactorVariable(gbp)
25
#### Marginal inference
26
To compute marginals the GaussBP provides the function:
27
```julia-repl
28
-marginalTree(gbp)
+marginal(gbp)
29
30
-Same as before, the function accepts only the composite type `GraphicalModelTree`.
+Same as before, the function accepts the composite type `GraphicalModelTree`.
0 commit comments