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
f3b0e8bc
Commit
f3b0e8bc
authored
Mar 10, 2012
by
Davis King
Browse files
updated docs
parent
e2d78d3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+41
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/algorithms.xml
View file @
f3b0e8bc
...
@@ -122,6 +122,12 @@
...
@@ -122,6 +122,12 @@
<item>
projection_hash
</item>
<item>
projection_hash
</item>
<item>
create_random_projection_hash
</item>
<item>
create_random_projection_hash
</item>
</section>
</section>
<section>
<name>
Filtering
</name>
<item>
kalman_filter
</item>
<item>
rls_filter
</item>
</section>
</top>
</top>
</menu>
</menu>
...
@@ -224,6 +230,41 @@
...
@@ -224,6 +230,41 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
kalman_filter
</name>
<file>
dlib/filtering.h
</file>
<spec_file>
dlib/filtering/kalman_filter_abstract.h
</spec_file>
<description>
This object implements the Kalman filter, which is a tool for
recursively estimating the state of a process given measurements
related to that process. To use this tool you will have to
be familiar with the workings of the Kalman filter. An excellent
introduction can be found in the paper:
<blockquote>
An Introduction to the Kalman Filter
by Greg Welch and Gary Bishop
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
rls_filter
</name>
<file>
dlib/filtering.h
</file>
<spec_file>
dlib/filtering/rls_filter_abstract.h
</spec_file>
<description>
This object is a tool for doing time series prediction using
linear
<a
href=
"ml.html#rls"
>
recursive least squares
</a>
. In particular,
this object takes a sequence of points from the user and, at each
step, attempts to predict the value of the next point.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
f3b0e8bc
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
<term
file=
"algorithms.html"
name=
"shrink_rect"
/>
<term
file=
"algorithms.html"
name=
"shrink_rect"
/>
<term
file=
"algorithms.html"
name=
"grow_rect"
/>
<term
file=
"algorithms.html"
name=
"grow_rect"
/>
<term
file=
"algorithms.html"
name=
"dcenter"
/>
<term
file=
"algorithms.html"
name=
"dcenter"
/>
<term
file=
"algorithms.html"
name=
"kalman_filter"
/>
<term
file=
"algorithms.html"
name=
"rls_filter"
/>
<term
file=
"dlib/optimization/optimization_abstract.h.html"
name=
"central_differences"
/>
<term
file=
"dlib/optimization/optimization_abstract.h.html"
name=
"central_differences"
/>
...
...
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