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
7e7612eb
"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "4f02bb751b312aec02eab82737382f1f94829a4a"
Commit
7e7612eb
authored
Oct 08, 2011
by
Davis King
Browse files
updated docs
parent
a7fc777a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+17
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/algorithms.xml
View file @
7e7612eb
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
<item>
crc32
</item>
<item>
crc32
</item>
<item>
rand
</item>
<item>
rand
</item>
<item>
hash
</item>
<item>
hash
</item>
<item>
disjoint_subsets
</item>
<item>
murmur_hash3
</item>
<item>
murmur_hash3
</item>
<item>
running_stats
</item>
<item>
running_stats
</item>
<item>
running_scalar_covariance
</item>
<item>
running_scalar_covariance
</item>
...
@@ -258,6 +259,22 @@
...
@@ -258,6 +259,22 @@
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<name>
disjoint_subsets
</name>
<file>
dlib/disjoint_subsets.h
</file>
<spec_file
link=
"true"
>
dlib/disjoint_subsets/disjoint_subsets_abstract.h
</spec_file>
<description>
This object represents a set of integers which is partitioned into
a number of disjoint subsets. It supports the two fundamental operations
of finding which subset a particular integer belongs to as well as
merging subsets.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<component>
<name>
running_stats
</name>
<name>
running_stats
</name>
<file>
dlib/statistics.h
</file>
<file>
dlib/statistics.h
</file>
...
...
docs/docs/term_index.xml
View file @
7e7612eb
...
@@ -100,6 +100,8 @@
...
@@ -100,6 +100,8 @@
<term
file=
"bayes.html"
name=
"node_next_parent_assignment"
/>
<term
file=
"bayes.html"
name=
"node_next_parent_assignment"
/>
<term
file=
"bayes.html"
name=
"node_cpt_filled_out"
/>
<term
file=
"bayes.html"
name=
"node_cpt_filled_out"
/>
<term
file=
"algorithms.html"
name=
"disjoint_subsets"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
/>
<term
file=
"algorithms.html"
name=
"rectangle"
/>
<term
file=
"algorithms.html"
name=
"rectangle"
/>
<term
file=
"algorithms.html"
name=
"edge"
/>
<term
file=
"algorithms.html"
name=
"edge"
/>
<term
file=
"algorithms.html"
name=
"is_join_tree"
/>
<term
file=
"algorithms.html"
name=
"is_join_tree"
/>
...
...
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