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
a82199ae
Commit
a82199ae
authored
Mar 03, 2014
by
Davis King
Browse files
Clarified spec
parent
d4fcaba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
dlib/lsh/projection_hash_abstract.h
dlib/lsh/projection_hash_abstract.h
+5
-0
No files found.
dlib/lsh/projection_hash_abstract.h
View file @
a82199ae
...
@@ -25,6 +25,11 @@ namespace dlib
...
@@ -25,6 +25,11 @@ namespace dlib
...
...
Where v is the vector to be hashed. The parameters of the projection
Where v is the vector to be hashed. The parameters of the projection
hash are the P and O matrices.
hash are the P and O matrices.
THREAD SAFETY
The const members of this object can be called concurrently from multiple
threads, however, any operation that modifies the state of an instance of
this object must serialize access to that instance.
!*/
!*/
public:
public:
...
...
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