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
36faa29b
Commit
36faa29b
authored
Nov 24, 2012
by
Davis King
Browse files
updated docs
parent
dbe14b7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+27
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/algorithms.xml
View file @
36faa29b
...
...
@@ -76,6 +76,8 @@
<item>
hash
</item>
<item>
murmur_hash3
</item>
<item>
murmur_hash3_128bit
</item>
<item>
gaussian_random_hash
</item>
<item>
uniform_random_hash
</item>
<item>
projection_hash
</item>
<item>
create_random_projection_hash
</item>
</section>
...
...
@@ -160,6 +162,31 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
gaussian_random_hash
</name>
<file>
dlib/hash.h
</file>
<spec_file
link=
"true"
>
dlib/general_hash/random_hashing_abstract.h
</spec_file>
<description>
This function uses hashing to generate Gaussian distributed random values
with mean 0 and variance 1.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
uniform_random_hash
</name>
<file>
dlib/hash.h
</file>
<spec_file
link=
"true"
>
dlib/general_hash/random_hashing_abstract.h
</spec_file>
<description>
This function uses hashing to generate uniform random values in the range [0,1).
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
36faa29b
...
...
@@ -1016,6 +1016,8 @@
<term
file=
"algorithms.html"
name=
"murmur_hash3"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3_128bit"
/>
<term
file=
"algorithms.html"
name=
"hash"
/>
<term
file=
"algorithms.html"
name=
"gaussian_random_hash"
/>
<term
file=
"algorithms.html"
name=
"uniform_random_hash"
/>
<term
file=
"algorithms.html"
name=
"md5"
/>
...
...
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