mirror of https://github.com/davisking/dlib.git
Fixed typo
This commit is contained in:
parent
35d93ab1c2
commit
e400a74bca
|
@ -35,7 +35,7 @@ namespace dlib
|
|||
This function is an implementation of the NMPLP algorithm introduced in the
|
||||
following paper:
|
||||
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
|
||||
by Amir Globerson Tommi Jaakkola
|
||||
by Amir Globerson and Tommi Jaakkola
|
||||
|
||||
In particular, see the pseudocode in Figure 1. The code in this function
|
||||
follows what is described there.
|
||||
|
|
|
@ -333,7 +333,7 @@ namespace dlib
|
|||
- This function is an implementation of the NMPLP algorithm introduced in the
|
||||
following paper:
|
||||
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
|
||||
by Amir Globerson Tommi Jaakkola
|
||||
by Amir Globerson and Tommi Jaakkola
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -481,7 +481,7 @@ subject to the following constraint:
|
|||
following paper:
|
||||
<blockquote>
|
||||
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
|
||||
by Amir Globerson Tommi Jaakkola
|
||||
by Amir Globerson and Tommi Jaakkola
|
||||
</blockquote>
|
||||
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue