Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Sep 11, 2021
1 parent 8557cab commit 8ea32aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ while gbp.graph.backward # inference from the root to leaves
end
marginal(gbp) # compute marginals
displayData(gbp) # show results
```


Expand Down
4 changes: 2 additions & 2 deletions docs/src/man/inferencetree.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ backwardFactorVariable(gbp)
#### Marginal inference
To compute marginals the GaussBP provides the function:
```julia-repl
marginalTree(gbp)
marginal(gbp)
```
Same as before, the function accepts only the composite type `GraphicalModelTree`.
Same as before, the function accepts the composite type `GraphicalModelTree`.

0 comments on commit 8ea32aa

Please sign in to comment.