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
dlib
Commits
74e0007c
Commit
74e0007c
authored
Sep 18, 2011
by
Davis King
Browse files
updated docs
parent
6bbbd3cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+17
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/optimization.xml
View file @
74e0007c
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
<item>
max_cost_assignment
</item>
<item>
max_cost_assignment
</item>
<item>
max_sum_submatrix
</item>
<item>
max_sum_submatrix
</item>
<item>
find_max_factor_graph_nmplp
</item>
<item>
find_max_factor_graph_nmplp
</item>
<item>
find_max_factor_graph_viterbi
</item>
</section>
</section>
<section>
<section>
...
@@ -488,6 +489,22 @@ subject to the following constraint:
...
@@ -488,6 +489,22 @@ subject to the following constraint:
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_max_factor_graph_viterbi
</name>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
</spec_file>
<description>
This function is a tool for exactly solving the MAP problem in a chain-structured
graphical model or factor graph. In particular, it is an implementation of the classic Viterbi
algorithm for finding the maximizing assignment. In addition to basic first order Markov
models, this function is also capable of finding the MAP assignment for higher order
Markov models.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
74e0007c
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
<term
file=
"optimization.html"
name=
"find_min_trust_region"
/>
<term
file=
"optimization.html"
name=
"find_min_trust_region"
/>
<term
file=
"optimization.html"
name=
"find_max_trust_region"
/>
<term
file=
"optimization.html"
name=
"find_max_trust_region"
/>
<term
file=
"optimization.html"
name=
"find_max_factor_graph_nmplp"
/>
<term
file=
"optimization.html"
name=
"find_max_factor_graph_nmplp"
/>
<term
file=
"optimization.html"
name=
"find_max_factor_graph_viterbi"
/>
<term
file=
"optimization.html"
name=
"solve_trust_region_subproblem"
/>
<term
file=
"optimization.html"
name=
"solve_trust_region_subproblem"
/>
<term
file=
"optimization.html"
name=
"find_min_single_variable"
/>
<term
file=
"optimization.html"
name=
"find_min_single_variable"
/>
<term
file=
"optimization.html"
name=
"find_min_using_approximate_derivatives"
/>
<term
file=
"optimization.html"
name=
"find_min_using_approximate_derivatives"
/>
...
...
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