From 392ac2e6bd3fb5e9931cd95fdb2862f4d8194707 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 14 Mar 2013 21:23:41 -0400 Subject: [PATCH] fixed typo in spec --- dlib/lsh/hashes_abstract.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlib/lsh/hashes_abstract.h b/dlib/lsh/hashes_abstract.h index df952529f..58d2aca3f 100644 --- a/dlib/lsh/hashes_abstract.h +++ b/dlib/lsh/hashes_abstract.h @@ -15,7 +15,7 @@ namespace dlib /*! WHAT THIS OBJECT REPRESENTS This object is a tool for computing locality sensitive hashes that give - vectors with similar angles between each other similar hash values. In + vectors with small 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 similar angles between each other similar hash values. In + vectors with small 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 similar angles between each other similar hash values. In + vectors with small 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 similar angles between each other similar hash values. In + vectors with small 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