Commit 3846e8ad authored by lucasb-eyer's avatar lucasb-eyer
Browse files

Clarify that compat == weight. Also fixes #15.

parent 1043a714
...@@ -109,6 +109,8 @@ The `compat` argument can be any of the following: ...@@ -109,6 +109,8 @@ The `compat` argument can be any of the following:
- A 1D array, then a `DiagonalCompatibility` is being used. - A 1D array, then a `DiagonalCompatibility` is being used.
- A 2D array, then a `MatrixCompatibility` is being used. - A 2D array, then a `MatrixCompatibility` is being used.
Compatibilities are [ways to weight contributions](https://github.com/lucasb-eyer/pydensecrf/issues/8#issuecomment-188478006).
### Kernels ### Kernels
Possible values for the `kernel` argument are: Possible values for the `kernel` argument are:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment