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
392ac2e6
Commit
392ac2e6
authored
Mar 14, 2013
by
Davis King
Browse files
fixed typo in spec
parent
34013251
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/lsh/hashes_abstract.h
dlib/lsh/hashes_abstract.h
+4
-4
No files found.
dlib/lsh/hashes_abstract.h
View file @
392ac2e6
...
...
@@ -15,7 +15,7 @@ namespace dlib
/*!
WHAT THIS OBJECT REPRESENTS
This object is a tool for computing locality sensitive hashes that give
vectors with s
imilar
angles between each other similar hash values. In
vectors with s
mall
angles between each other similar hash values. In
particular, this object creates 64 random planes which pass though the
origin and uses them to create a 64bit hash. To compute the hash for a new
vector, this object checks which side of each plane the vector falls on and
...
...
@@ -81,7 +81,7 @@ namespace dlib
/*!
WHAT THIS OBJECT REPRESENTS
This object is a tool for computing locality sensitive hashes that give
vectors with s
imilar
angles between each other similar hash values. In
vectors with s
mall
angles between each other similar hash values. In
particular, this object creates 128 random planes which pass though the
origin and uses them to create a 128bit hash. To compute the hash for a new
vector, this object checks which side of each plane the vector falls on and
...
...
@@ -148,7 +148,7 @@ namespace dlib
/*!
WHAT THIS OBJECT REPRESENTS
This object is a tool for computing locality sensitive hashes that give
vectors with s
imilar
angles between each other similar hash values. In
vectors with s
mall
angles between each other similar hash values. In
particular, this object creates 256 random planes which pass though the
origin and uses them to create a 256bit hash. To compute the hash for a new
vector, this object checks which side of each plane the vector falls on and
...
...
@@ -216,7 +216,7 @@ namespace dlib
/*!
WHAT THIS OBJECT REPRESENTS
This object is a tool for computing locality sensitive hashes that give
vectors with s
imilar
angles between each other similar hash values. In
vectors with s
mall
angles between each other similar hash values. In
particular, this object creates 512 random planes which pass though the
origin and uses them to create a 512bit hash. To compute the hash for a new
vector, this object checks which side of each plane the vector falls on and
...
...
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