Commit 86714656 authored by Davis King's avatar Davis King

clarified spec

parent acb215d6
...@@ -32,7 +32,7 @@ namespace dlib ...@@ -32,7 +32,7 @@ namespace dlib
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
This object is a tool for performing image feature extraction. In This object is a tool for performing image feature extraction. In
particular, it wraps another image feature extractor and converts particular, it wraps another image feature extractor and converts
the wrapped image feature vectors into indicator vectors. It does the wrapped image feature vectors into sparse indicator vectors. It does
this by hashing each feature vector into the range [0, get_num_dimensions()-1] this by hashing each feature vector into the range [0, get_num_dimensions()-1]
and then returns a new vector which is zero everywhere except for and then returns a new vector which is zero everywhere except for
the position determined by the hash. the position determined by the hash.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment