Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
pydensecrf
Commits
31d4a725
Commit
31d4a725
authored
Jul 19, 2016
by
Lucas Beyer
Committed by
GitHub
Jul 19, 2016
Browse files
Merge pull request #18 from soravux/master
Fixed inference example (wrong keyword argument)
parents
3846e8ad
d66fa5c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
31d4a725
...
@@ -131,10 +131,10 @@ Possible values for the `normalization` argument are:
...
@@ -131,10 +131,10 @@ Possible values for the `normalization` argument are:
Inference
Inference
---------
---------
The easiest way to do inference is to simply call:
The easiest way to do inference
with 5 iterations
is to simply call:
```
python
```
python
Q
=
d
.
inference
(
n_iterations
=
5
)
Q
=
d
.
inference
(
5
)
```
```
And the MAP prediction is then:
And the MAP prediction is then:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment