Skip to content

Commit 3846e8a

Browse files
committed
Clarify that compat == weight. Also fixes lucasb-eyer#15.
1 parent 1043a71 commit 3846e8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ The `compat` argument can be any of the following:
109109
- A 1D array, then a `DiagonalCompatibility` is being used.
110110
- A 2D array, then a `MatrixCompatibility` is being used.
111111

112+
Compatibilities are [ways to weight contributions](https://github.com/lucasb-eyer/pydensecrf/issues/8#issuecomment-188478006).
113+
112114
### Kernels
113115

114116
Possible values for the `kernel` argument are:

0 commit comments

Comments
 (0)